GET
/
v1
/
webhooks
/
{webhookId}
/
event-types
Retrieve webhook event types
curl --request GET \
  --url https://api-staging.respondent.io/v1/webhooks/{webhookId}/event-types \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>'
{
  "eventTypes": [
    "PROJECTS.UPDATED"
  ]
}

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

webhookId
string
required

Response

200 - application/json

The response is of type object.