Skip to main content
POST
/
v1
/
invoices
/
{id}
/
approve
Approve an invoice awaiting four-eyes review
curl --request POST \
  --url https://api.example.com/v1/invoices/{id}/approve \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200

Approval recorded; invoice moved to approved