v1
latestOpenAPI 3.1.02026-07-228956435.8 KBEntities
Get entity
Returns details for the entity with the specified id in your organization.
get/entities/{id}
Path parameters
idstring required
Unique identifier of the entity.
Response
The requested entity.
Example response
{
"id": "ent_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"country_code": "mx",
"holder_id": "AAA010101AAA",
"holder_name": "Test Entity 1",
"is_root": true,
"mode": "test",
"status": "operational"
}