Get an entity

Returns entity information for the specified entity ID.

This endpoint requires a partner access token and can be used to get any of the partner’s entities.

To get entity information by using an entity user token, use GET /entity_users/my_entity instead.

Related endpoints:

Path parameters

entity_idstringRequired
A unique ID to specify the entity.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired

Response

Successful Response
individualobject
OR
organizationobject

Errors