Skip to main content
GET
Use this to confirm which user (or developer) the calling key acts as.

Authorizations

Authorization
string
header
required

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

Response

Success

Identity + plan info for the calling key. Available to both user and developer keys (branched by type).

id
string
required
Example:

"usr_abc123"

type
enum<string>
required
Available options:
user,
developer
email
string
required
displayName
string
required
scopes
string[]
required
rateLimit
object
required
keyId
string | null
required
verificationStatus
enum<string> | null
Available options:
pending,
verified
tosAcceptedAt
string | null
plan
object | null
planQuantity
integer | null