Skip to main content
POST
/
v1
/
webhooks
/
{zombie_id}
/
approval
Resolve a zombie approval gate
curl --request POST \
  --url https://api.usezombie.com/v1/webhooks/{zombie_id}/approval \
  --header 'Content-Type: application/json' \
  --data '
{
  "decision": "approved",
  "signature": "<string>",
  "reason": "<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
decision
enum<string>
required
Available options:
approved,
rejected
signature
string
required

HMAC signature over the body.

reason
string

Response

OK

status
string