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

Documentation Index

Fetch the complete documentation index at: https://docs.skipcall.app/llms.txt

Use this file to discover all available pages before exploring further.

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"