Skip to main content

Create service user token

Generate a service user token and return it. The token value will not be persisted and should be securely stored by client.

Path Parameters
    id string required

    The unique ID of the service user to create a token for.

Request Body required
    title string
Responses

A successful response.


Schema
    token object
    id string
    title string
    token token will only be returned once as part of the create process this value is never persisted in the system so if lost, can't be recovered
    created_at date-time

    The time when the token was created.

Loading...