Add company domain
Email Domains
Add company domain
Add a new email domain for the company. This initiates the domain verification process. After creation, you must:
- Add a TXT record to your DNS with the verification token
- Call POST /company/domains//verify-ownership to verify domain ownership
- Call POST /company/domains//finalize to register with email provider
- Add the returned DNS records (SPF, DKIM, etc.)
- Call POST /company/domains//verify-dns to complete verification
POST
Add company domain
Documentation Index
Fetch the complete documentation index at: https://docs.firma.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Body
application/json
Domain name to add (e.g., 'example.com'). Must be a valid domain format.
Example:
"acme.com"