Verify an API key
GoModel API reference for GET /v1/auth/verify: Verify an API key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
KeyID identifies the managed auth key that authenticated the request. Absent for every other method.
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.
UserPath is the subtree the credential is bound to. Absent when the credential is global, which every master-key caller is.