webhook
API for managing webhook Apps, it inherits from AppPlatformAPI, customizes the schema generation and filters by webhook platform.
get/public_api/webhook/
Query parameters
limitinteger
Número de resultados a serem retornados por página.
pageinteger
Número da página a ser retornada.
Response
Corpo da resposta status 200
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.