v1
latestOpenAPI 3.1.02026-07-228956435.8 KBEntities
List entities
Lists the entities of your organization for the mode (live or test) of the API key used. An entity is a legal holder of accounts and defines ownership and identity in Transfers. The list is paginated. Use the starting_after, ending_before, and limit query parameters to move through the list. The Link response header carries the URLs to navigate the paginated list.
get/entities
Query parameters
starting_afterstring
Example:ent_2rNxBkOrlHoOYsZTyQYhA0o8Ek0
Cursor that fetches the next page of entities. Use the ID of the last entity from the current page.
ending_beforestring
Example:ent_2rNxBkOrlHoOYsZTyQYhA0o8Ek0
Cursor that fetches the previous page of entities. Use the ID of the first entity from the current page.
limitinteger
Example:50
Maximum number of entities to return per page. Ranges from 1 to 300. Defaults to 30.
Response
List of entities for the current mode.
Example response
[
{
"id": "ent_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"country_code": "mx",
"holder_id": "AAA010101AAA",
"holder_name": "Test Entity 1",
"is_root": true,
"mode": "test",
"status": "operational"
}
]