/
/Publicauth API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2025-06-30
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

    Changes

    Changed in 1 of the 9 revisions of this API.○1

    • Aug 7, 20248e3f9a959f03○1See the full diff
      • ○

        endpoint added

        endpoint-added

    Full history