cURL
curl --request GET \ --url https://api.example.com/org/tokens \ --header 'X-Org-Id: <api-key>' \ --header 'X-Session-Id: <api-key>' \ --header 'X-User-Id: <api-key>'
{ "tokens": {}, "org_id": "<string>" }
Retrieve the current token mappings for the organization.
User identifier
JWT session token
Organization identifier
Successful Response
Tokens response.
Current token mappings
Show child attributes
Organization ID
Was this page helpful?