Referencia de APIOrganization
Get Organization webhook by webhookid
← Back to full API reference
GET
/v1/organization/webhook/:webhookIdAuth required- Requires organization permissions for this resource.
- This route is commonly used as a webhook endpoint.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| webhookId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"webhookId": 1
}Query
json
{}Sample response
json
"<result>"