Skip to content

List supported webhook event types

Request

List the webhook event types you can subscribe an endpoint to, with a short description of each.

Security
ApiKeyAuth
curl -i -X GET \
  https://api.pioneerft.com/api/public/v1/webhook-events \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>'

Responses

Supported event types

Bodyapplication/json
dataArray of objects
Response
{ "data": [ { "type": "string", "description": "string" } ] }