/
/Publicauth API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 2h ago · Updated 1y agoView markdown
Auth11
  • getLook up the account ID for a token.
  • putUpdates the description of an existing dev token.
  • postGenerate and return a new token for the given gateway account ID.
  • getRetrieves generated tokens for service and mode.
  • deleteRevokes the supplied token for this service and mode
  • deleteRevokes all tokens associated with a service and mode. It is not possible to tell whether the service actually exists (in connector), so this method currently does not return a 404.
  • getGet a token by service, mode and token link.
  • getRetrieves generated tokens for gateway account.
  • deleteRevokes the supplied token for this account
  • deleteRevokes all tokens associated with a gateway account. It is not possible to tell whether the gateway account actually exists (in connector), so this method currently does not return a 404.
  • getGet a token by gateway account id and token link.
Other1
    Auth

    Revokes all tokens associated with a gateway account. It is not possible to tell whether the gateway account actually exists (in connector), so this method currently does not return a 404.

    delete/v1/frontend/auth/{accountId}/revoke-all

    Path parameters

    accountIdstring required

    Response

    default response