create webhook
Deprecated
POST
/client/api/webhooks
provider-apipaggue-api
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/client/api/webhooks' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "1",
"url": "https://webhook.site/teste"
}'
Response Response Example
200 - Success
{
"id": 13791,
"type": "0",
"url": "https://webhook.site/f316322d-e404-4a72-928a-d86177s0f74d22sdd0sd4",
"deleted_at": null
}
Request
Header Params
X-Company-ID
string
optional
Example:
{{paggue_company_id}}
Body Params application/json