Skip to content

Introspect the presented API key

GET
/v1/me
curl --request GET \
--url https://example.com/v1/me \
--header 'Authorization: Bearer <token>'

Successful Response

Media typeapplication/json
WhoAmIResponse

GET /v1/me — lets a caller verify which key/project/org resolved.

object
apiKeyId
required
Apikeyid
string
projectId
required
Projectid
string
organizationId
required
Organizationid
string
keyType
required
Keytype
string
Examplegenerated
{
"apiKeyId": "example",
"projectId": "example",
"organizationId": "example",
"keyType": "example"
}