Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.crevio.co/v1/email/domains \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "domain": "<string>", "status": "<string>", "verified_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "url": "<string>" }
Lists the account’s email sending domain(s).
API key in the format: Bearer {api_token}
Sending domains
list
Show child attributes
Was this page helpful?