cURL
curl --request GET \ --url https://your-sift-api-url.com/api/v2/api-keys/organization \ --header 'Authorization: Bearer <token>'
{ "organization": { "organizationId": "<string>", "organizationName": "<string>" } }
Retrieves the organization for an API key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
Show child attributes
Was this page helpful?