Skip to main content

Create an API key

POST 
/auth/api_keys

Creates a new API key object.

Request

Body

required

    description stringrequired

    Human readable identifier.

    permission_groups string[]required

    Array of ids of Permission Groups on the API Key.

    admin booleanrequired

    True if the API Key has admin rights, false otherwise.

Responses

200: Successful response

401: Authentication error

403: Authorization error

422: Invalid parameters supplied in request. See HTTP response body for details.

Loading...