Skip to main content

List service user secrets

List all the secrets of a service user.

Path Parameters
    id string required

    The unique ID of the service user to list secrets for.

Responses

A successful response.


Schema
    secrets object[]
  • Array [
  • 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
    createdAt date-time

    The time when the secret was created.

  • ]
Loading...