Skip to main content

Create service user public/private key pair

Generate a service user key and return it, the private key part of the response will not be persisted and should be kept securely by client.

Path Parameters
    org_id string required

    The organization ID to which the service user belongs to.

    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
    key object
    type string
    kid string
    principal_id string
    private_key RSA private key as string
Loading...