Record an approval for a hold release condition
curl --request POST \
--url https://api.case.dev/payments/v1/holds/{id}/approve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"approver_id": "<string>"
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/payments/v1/holds/{id}/approve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"approver_id": "<string>"
}
'