S
Samva
S
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

API Reference

Email Management

Conversation Management

Configuration

Create Webhook EndpointGet Webhook EndpointGet Webhook LogsGet Webhook StatsList Webhook EndpointsRegenerate Webhook SecretRemove Webhook EndpointRetry Webhook DeliveryTest Webhook EndpointUpdate Webhook Endpoint

Analytics & Operations

OpenAPI Specification
API ReferenceWebhooks

Test Webhook Endpoint

POST
/webhook-endpoints/:id/test

Authorization

apiKey
X-API-Key<token>

API key for authentication

In: header

Request Body

application/json

id*string
Formatuuid
data*

Response Body

application/json

curl -X POST "https://samva.app/api/v1/webhook-endpoints/:id/test" \  -H "Content-Type: application/json" \  -d '{    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "data": {}  }'
{
  "success": true,
  "statusCode": 0,
  "responseTime": 0,
  "error": "string"
}

Retry Webhook Delivery

Previous Page

Update Webhook Endpoint

Next Page

curl -X POST "https://samva.app/api/v1/webhook-endpoints/:id/test" \
  -H "Content-Type: application/json" \
  -d '{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "data": {}
  }'