Skip to main content

Create service user client credentials

Generate a service user credential and return it. The credential 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 key for.

Request Body required
    title string
Responses

A successful response.


Schema
    secret object
    id string
    title string
    secret secret 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 secret was created.

Loading...