TokenRequest

Request body for obtaining an authorization token.

  • client_id
    Type: string
    required

    Unique identifier for the client application.

  • client_secret
    Type: string
    required

    Secret key for the client application.

  • grant_type
    Type: string
    required

    Must be 'client_credentials' for this flow.