List the webhook event types you can subscribe an endpoint to, with a short description of each.
Security
ApiKeyAuth
- https://api.pioneerft.com/apihttps://api.pioneerft.com/api/public/v1/webhook-events
- https://api.staging.pioneerft.com/apihttps://api.staging.pioneerft.com/api/public/v1/webhook-events
curl -i -X GET \
https://api.pioneerft.com/api/public/v1/webhook-events \
-H 'Authorization: Bearer <YOUR_API Key_HERE>'Response
{ "data": [ { "type": "string", "description": "string" } ] }