Get an entity of this user

Returns the entity to which the authenticated user belongs. This endpoint requires an entity user access token. The user must have a role with the entity.read permission.

To get an entity by using a partner access token, use GET /entities/{entity_id} instead.

Related endpoints:

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