Identify the caller

Return the authenticated partner and optional account context.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Headers

X-Account-IdstringOptional
Optional account to include in the response.

Response

The authenticated partner and, when requested, the selected account.
partnerobject
The partner that owns the API key.
accountobject or nullOptional

The account identified by the X-Account-Id header. Present only when a valid X-Account-Id was sent.

Errors

403
Forbidden Error
500
Internal Server Error