Skip to main content

ApiKeyIntrospection

Responds with information about the API key used for auth. This endpoint is mainly for debugging purposes.

Responses

Ok


Schema
  • uid string
  • type string

    Possible values: [account, user]

  • scopes string[]

    Scopes for this key

  • golden boolean

    Indicates whether the token is valid, if this value is false, access should not be given to anything

  • expired boolean
  • dbKey string
  • aid string
Loading...