Skip to main content
GET
/
api
/
v2
/
api-keys
/
organization
ApiKeyOrganization
curl --request GET \
  --url https://your-sift-api-url.com/api/v2/api-keys/organization \
  --header 'Authorization: Bearer <token>'
{
  "organization": {
    "organizationId": "<string>",
    "organizationName": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

A successful response.

organization
object