Manage Domains
Get domain
<div id="admonition-warning">⚠️ <b>Before you can use the Manage Domains endpoints, you need a <a href="/docs/v3/auth/nylas-service-account/">Nylas Service Account</a></b>.</div>Returns the specified domain.
get/v3/admin/domains/{domain_id}
Response
OK
Example response
{
"request_id": "5fa64c92-e840-4357-86b9-2aa364d35b88",
"data": {
"id": "abc-123-domain-id",
"name": "My transactional domain",
"domain_address": "mail.example.com",
"organization_id": "org-123",
"region": "us",
"verified_ownership": true,
"created_at": 1742932766,
"updated_at": 1742932766
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.