Portal Emails
List email domains
List email domains
get/v3/portals/email-domains
Query parameters
page[size]integer
Example:10
The maximum number of items to include per page. The last page of a collection may include fewer items.
page[number]integer
Example:1
Determines which page of the entities to retrieve.
sortstring
Sorts a collection of email domains. Supported sort attributes are:
- domain
- created_at
- updated_at
Filter email domains returned in the response.
Response
List of a email domains
Example response
{
"data": [
{
"verification": {
"last_time_checked": "2022-11-04T20:10:06.927Z",
"last_time_success": "2022-11-04T20:10:06.927Z"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}
],
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
}
}