Authentication

Get current API key info

Returns information about the authenticated API key and organization

get/v1/me

Response

API key information

organizationIdstring uuid
messagestring

Example response

{
  "message": "Authenticated successfully"
}

Changes