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/{id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "domain": "<string>", "status": "<string>", "verified_at": "2023-11-07T05:31:56Z" }
Retrieves the account’s sending domain.
API key in the format: Bearer {api_token}
Domain id
Domain
email_domain
Was this page helpful?