API ReferenceWebhooks
List Webhook Endpoints
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Query Parameters
page?integer
Default
1Range
1 <= value <= 9007199254740991limit?integer
Default
20Range
1 <= value <= 100status?unknown
Filter by status
Value in
"active" | "paused" | "disabled"isActive?boolean
Filter by active status
search?string
Search in name and description
Response Body
application/json
curl -X GET "https://samva.app/api/v1/webhook-endpoints"{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"name": "string",
"slug": "string",
"description": "string",
"type": "webhook",
"config": "string",
"filters": "string",
"priority": -2147483648,
"rateLimit": "string",
"status": "active",
"metrics": "string",
"testMode": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e",
"lastModifiedBy": "ac5c7580-b36d-42f3-a739-e202c634d1d1"
}
],
"pagination": {
"page": -9007199254740991,
"limit": -9007199254740991,
"total": -9007199254740991,
"totalPages": -9007199254740991
}
}