Skip to main content
POST
/
signing
/
approvals
/
{id}
/
approve
Approve request
curl --request POST \
  --url http://localhost:4000/v1/signing/approvals/{id}/approve \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Path Parameters

id
string
required

Approval request UUID

Query Parameters

integratorId
string

Integrator ID (required for ADMIN scope)

Response

201 - undefined