Auth
Authentication and authorization information.
Get Authentication Info
GET/auth/info
ModelsExpand Collapse
AuthRetrieveInfoResponse object { type, apiKey, oauth } Information about the authentication credentials being used. Exactly one
of apiKey or oauth is populated; the type field discriminates.
AuthRetrieveInfoResponse object { type, apiKey, oauth }
Information about the authentication credentials being used. Exactly one
of apiKey or oauth is populated; the type field discriminates.
type: "apiKey" or "oauth"Discriminator for the credential shape. apiKey for PAT callers; oauth for OAuth
user callers.
type: "apiKey" or "oauth"
Discriminator for the credential shape. apiKey for PAT callers; oauth for OAuth
user callers.