RegisteredCredentials

One OAuth credential set (client credentials flow). The clientSecret is returned exactly once at creation time and cannot be retrieved later.

  • clientId
    Type: string
    required

    OAuth client ID for authenticating your application (client credentials flow).

  • clientSecret
    Type: string
    required

    OAuth client secret. Returned only in this response; store it securely now.

  • scopes
    Type: array string[]
    required

    OAuth scopes authorized on this client.

  • tokenUrl
    Type: stringFormat: uri
    required

    Token endpoint for this environment. POST client_id + client_secret with grant_type=client_credentials to mint an access token.