v1
latestOpenAPI 3.0.22026-07-24154101.1 MBWebhooks
List Webhooks
get/v2/company/{company_id}/webhooks
Path parameters
company_idinteger required
Company ID
Query parameters
modified_sincestring
A date with YYYY-MM-DD format
Example:2020-01-01
Return webhooks that have been modified since the specified date. Format YYYY-MM-DD
cursorstring
Cursor for the next or previous page of results.
limitinteger
The number of results desired per page.
Headers
x-api-versionstring
An API version
Example:2022-05-01
7shifts API version
x-company-guidstring uuid
Company GUID
Response
OK
Example response
{
"data": [
{
"event": "user.created"
}
]
}