Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

Response

OK

key_id
string

KeyID identifies the managed auth key that authenticated the request. Absent for every other method.

method
string

Method is "api_key" for a managed key stored in the database, "master_key" for the bootstrap key, an extension-specific value for identities supplied by an authentication extension, or "none" when the request carried no credential this gateway recognizes, which is also when Valid is false.

user_path
string

UserPath is the subtree the credential is bound to. Absent when the credential is global, which every master-key caller is.

valid
boolean
Last modified on September 8, 2026