cURL
curl --request POST \ --url https://api.management.junction.com/v1/org/{org_id}/team/{team_id}/{environment}/webhook \ --header 'Content-Type: application/json' \ --header 'X-Management-Key: <api-key>' \ --data ' { "url": "<string>", "description": "", "rate_limit": 123, "disabled": false, "filter_types": "daily.data.activity.created", "secret": "<string>" } '
{ "id": "<string>", "url": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "rate_limit": 123, "disabled": false, "filter_types": "daily.data.activity.created" }
https://api.management.junction.com/
X-Management-Key
production
sandbox
For the complete list of events, check out the Event Catalog.
"daily.data.activity.created"
Successful Response
Was this page helpful?