SurveyTale Docs

Get webhooks

Gets webhooks from the database.

Authorization

apiKeyAuth
x-api-key<token>

Use your SurveyTale x-api-key to authenticate.

In: header

Query Parameters

limit?number

Number of items to return

Default50
Range1 <= value <= 250
skip?number

Number of items to skip

Range0 <= value
sortBy?string

Sort by field

Default"createdAt"
Value in"createdAt" | "updatedAt"
order?string

Sort order

Default"desc"
Value in"asc" | "desc"
startDate?string

Start date

endDate?string

End date

filterDateField?string

Date field to filter by

Value in"createdAt" | "updatedAt"
surveyIds?array<>

Response Body

application/json