Skip to main content
POST
/
api
/
sending-domains
/
{id}
/
verifications
Start Sending Domain Verification
curl --request POST \
  --url https://api.embedreach.com/api/sending-domains/{id}/verifications
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Path Parameters

id
string
required

The id of the sending domain

Response

Status 202 response

success
boolean
required
message
string
data
object