v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBCompliance
List account entity relationships
Lists all entity relationships for a specific account.
get/v0/accounts/{id}/entity_relationships
Path parameters
idstring required
The ID of the Account object.
Example:account_xyz123
Account ID
Query parameters
limitinteger
Maximum number of results to return. Defaults to 25, max 100.
starting_afterstring
A cursor for pagination. Returns results starting after this cursor.
Response
List of entity relationships for the account.
Example response
{
"objects": [
{
"entity_id": "entity_xyz123"
}
]
}