latestOpenAPI 3.1.02026-08-18893023.3 MB

c78a716de420

Webhooks

List all webhooks in project

Returns a paginated list of webhooks for the specified project. If no page token is supplied then all registered webhooks (of maximum `15`) are returned in alphabetical order.
get/v1/projects/{projectId}/webhooks

Path parameters

projectIdstring required

The unique ID of the project. You can find this on the <a href="https://dashboard.sinch.com/">Sinch Dashboard</a>.

Query parameters

pageTokenstring

The page token if retrieving the next page from a previous query.

pageSizenumber

The page size requested.

Response

List of webhooks

totalSizenumber required

Total size of the entries matching the search query.

pageSizenumber required

Requested size of the page.

previousPageTokenstring

Encoded token to use in list request to fetch previous batch of entries.

nextPageTokenstring

Encoded token to use in list request to fetch next batch of entries.