List webhooks
Webhooks
List webhooks
GET
List webhooks
Documentation Index
Fetch the complete documentation index at: https://smartcar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The Authorization header must be provided with a valid bearer token.
Example: Authorization: Bearer {token}
Query Parameters
Filter webhooks by display name (partial match, case-insensitive)
Filter webhooks by callback URI (partial match, case-insensitive)
Filter webhooks by enabled status
Filter webhooks by auto-subscribe setting
Page number for pagination (JSON:API)
Required range:
x >= 1Number of resources per page (JSON:API)
Required range:
1 <= x <= 100Response
List of webhooks for the authenticated application
Example:
{
"self": "/connections?page[number]=1&page[size]=10",
"first": "/connections?page[number]=1&page[size]=10",
"prev": null,
"next": "/connections?page[number]=2&page[size]=10",
"last": "/connections?page[number]=5&page[size]=10"
}Example:
{
"pageNumber": 1,
"pageSize": 10,
"totalCount": 50
}
