Skip to main content
POST
/
api
/
v2
/
webhooks
/
integrations
/
{partner}
Receive integration partner webhook
curl --request POST \
  --url https://api.zupy.com/api/v2/webhooks/integrations/{partner}/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "status": "received",
  "id": "2awTHloSJX7kGGprFerOOsvABcd"
}

Authorizations

X-API-Key
string
header
required

API key for partner access via APISIX key-auth plugin

Headers

X-API-Key
string
required

Per-company API key for this integration partner

Path Parameters

partner
string
required

Integration partner slug (e.g. 'repediu', 'saipos')

Body

application/json

Partner-specific JSON payload

Response

status
string
required

'received' or 'duplicate'

id
integer | null
required

WebhookEvent ID