Skip to main content
POST
/
v1
/
webhooks
/
{zombie_id}
/
grant-approval
Approve or reject an integration grant request
curl --request POST \
  --url https://api.usezombie.com/v1/webhooks/{zombie_id}/grant-approval \
  --header 'Content-Type: application/json' \
  --data '
{
  "grant_id": "<string>",
  "decision": "approved",
  "signature": "<string>"
}
'
{
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

zombie_id
string<uuid>
required

UUIDv7 of the zombie.

Body

application/json
grant_id
string
required
decision
enum<string>
required
Available options:
approved,
rejected
signature
string
required

Response

OK

status
string