Skip to main content
GET
/
v1
/
me
Get current API key info
curl --request GET \
  --url https://api.example.com/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "message": "Authenticated successfully"
}

Authorizations

Authorization
string
header
required

Enter your API Key (sk_live_xxx or sk_test_xxx)

Response

API key information

organizationId
string<uuid>
message
string
Example:

"Authenticated successfully"