Domains_Domains |
Get the list of all sender domainsRetrieves all domains associated with the account.Use this to:- List all domains- Verify domain existence- Check domain authentication and verification status- Monitor domain configuration and provider information- Review domain creation history and ownershipKey information returned:- Domain details (ID, name, authentication status)- Verification and authentication states- Associated IP addresses and DNS providers- Creator information and creation timestamps- Pagination information for large domain lists
Catalog: Brevo
Schema: Domains
This is a read-only table. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
Table Columns
The columns of the table Domains_Domains are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
authenticated |
char |
|
☐ |
Status of domain authentication (true=authenticated,false=non authenticated) |
count |
int64 |
Count |
☐ |
Total number of domains |
creator_creationDate |
datetime |
|
☐ |
Domain creation date |
creator_email |
varchar2 |
|
☐ |
Creator's email address |
creator_id |
varchar2 |
|
☐ |
Creator's user ID |
current_page |
int64 |
|
☐ |
Current page number |
domain_name |
varchar2 |
|
☐ |
Domain name |
id |
varchar2 |
ID |
☐ |
Unique identifier of the domain |
ip |
varchar2 |
IP |
☐ |
Dedicated IP associated with domain (null if none) |
provider |
varchar2 |
|
☐ |
DNS provider for the domain |
total_pages |
int64 |
|
☐ |
Total number of pages |
verified |
char |
|
☐ |
Status of domain verification (true=verified, false=nonverified) |