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`](https://docs.monite.com/api/entities/get-entity-users-my-entity) instead. Related endpoints: * [Get entity settings](https://docs.monite.com/api/entities/get-entities-id-settings)

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