Skip to main content
POST
/
v1
/
external-events
/
webhook
curl -X POST "https://api.us-1.platform.polyai.app/v1/external-events/webhook?event_id_location=payload&event_id_path=cid&account_id=PLATFORM&project_id=PROJECT-123" -H "Content-Type: application/json" -H "X-Api-Key: <YOUR_API_KEY>" -d '{"cid":"evt_01HF2MNW2ZQ1Z8E2S3J","answers":{"name":"Jane Doe","amount":1999,"currency":"GBP"}}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Query Parameters

event_id_location
enum<string>
required
Available options:
headers,
querystring,
payload
event_id_path
string
required
account_id
string
required
project_id
string
required

Body

Response