Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.embedreach.com/api/sending-domains/{id}
{ "success": true, "message": "<string>", "data": { "id": "<string>", "domain": "<string>", "isTenantSupplied": true, "createdAt": "<string>" } }
Get a single sending domain by id
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The id of the sending domain
Status 200 response
Show child attributes