AuthorizationCodeTokenRequest

Request body for exchanging an authorization code for tokens

  • client_id
    Type: string
    required

    Your application's client ID

  • client_secret
    Type: string
    required

    Your application's client secret

  • code
    Type: string
    required

    The authorization code received from the OAuth callback

  • grant_type
    enum
    const:  
    authorization_code
    required

    Must be authorization_code

    values
    • authorization_code
  • redirect_uri
    Type: stringFormat: uri
    required

    Must match the redirect_uri used in the authorization request