Skip to main content
POST
Approve or reject a Turnkey activity
Approve or reject a pending Turnkey activity with a customer-generated Turnkey stamp.

Authorizations

Authorization
string
header
required

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

Path Parameters

activityId
string
required

Turnkey activity ID returned by the pending activities endpoint.

Body

application/json
action
enum<string>
required
Available options:
approve,
reject
customerApprovalStamp
required
turnkeyRequest
object
required

Response

Vote submitted

action
enum<string>
required
Available options:
approve,
reject
approved
boolean
rejected
boolean
alreadyCompleted
boolean
alreadyTerminal
boolean
status
string
resultStatus
string | null