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