GET
/
v1
/
accounts
/
relationships
curl --request GET \
  --url https://platform.thena.ai/v1/accounts/relationships \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

accountId
string

Account ID

Example:

"A123"

relationshipTypeId
string

The identifier of the relationship type attribute

Example:

"RELATIONSHIP_TYPE_PARENT"

page
number

The page number

limit
number

The limit number of relationships to fetch

Response

200
application/json

Operation successful

The response is of type object.