S
Samva
S
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

API Reference

Email Management

Add Email BlockCheck if BlockedGet Email Block LogsList Email BlocksRemove Email BlockUpdate Email BlockDisable Catch-AllEnable Catch-AllGet Catch-All ConfigGet Catch-All StatsUpdate Catch-All ConfigAdd Email DomainCheck Domain VerificationEnable Email ReceivingGet Email Domain StatusList Email DomainsRemove Email DomainVerify Email DomainGet Forwarding LogCreate Forwarding RuleDelete Forwarding RuleList Forwarding RulesUpdate Forwarding RuleGet EmailGet Email StatsSend EmailAdd Email SenderCheck Sender VerificationList Email SendersRemove Email SenderCreate Email TemplateList Email TemplatesGet Email ThreadGet Thread MetadataGet Email Thread by IDGet Thread CountsGet Thread MessagesList Email Threads

Conversation Management

Configuration

Analytics & Operations

OpenAPI Specification
API ReferenceEmail

Enable Catch-All

POST
/email/domains/:domainId/catch-all/enable

Authorization

apiKey
X-API-Key<token>

API key for authentication

In: header

Request Body

application/json

domainId*string

Email domain ID

Formatuuid
endpointId*string

Webhook endpoint ID to route emails to

Formatuuid
conversationId?string

Optional conversation ID to associate catch-all emails with

Formatuuid

Response Body

application/json

curl -X POST "https://samva.app/api/v1/email/domains/:domainId/catch-all/enable" \  -H "Content-Type: application/json" \  -d '{    "domainId": "8a0b02c3-fdd8-452e-bc6e-ef07a335ec7e",    "endpointId": "c8d2c7e1-e4b1-4108-9e29-3429a36a1ef3"  }'
{
  "success": true,
  "receiptRuleName": "string"
}

Disable Catch-All

Previous Page

Get Catch-All Config

Next Page

curl -X POST "https://samva.app/api/v1/email/domains/:domainId/catch-all/enable" \
  -H "Content-Type: application/json" \
  -d '{
    "domainId": "8a0b02c3-fdd8-452e-bc6e-ef07a335ec7e",
    "endpointId": "c8d2c7e1-e4b1-4108-9e29-3429a36a1ef3"
  }'