Domains
Last modified:2026-01-30 13:43:45
Maintainer:Jesper Rietbergen
Create a custom email domain in Resend for sending notifications from your organization. Requires a Resend API key configured via BYOK. You can only have one domain configured per organization.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
Responses
application/json
Domain created successfully in Resend
curl --location --request POST 'https://api.hmsovereign.com/api/v1/domains' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_name": "notifications.example.com"
}'
Response Response Example
Modified at 2026-01-30 13:43:45