Skip to main content
POST
Respond To Confirmation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Session ID

confirmation_id
string
required

Confirmation ID

Body

application/json

Request to approve or deny a pending confirmation.

approved
boolean
required

True to approve, False to deny the action

Response

Successful Response