Skip to content

Overview

This endpoint is used to manage your API Keys. These are the credentials intended to be used by applications that need to interact directly with the REST API without interacting with the Single Sign On interface.

Available Methods

  • List keys, GET /auth/keys returns an object with the indices as key ids and values as custom key identifier

  • Create Key: POST /auth/keys accepts an object {name: unique_string, scope?:string} if no scopes are set, it will default to all of your own scopes

  • Create Key: DELETE /auth/keys/{key_id} deletes the key making it unavailable for use


Last update: 2024-11-07