maildomains
List mail domains, optionally filtered by name with the q parameter.
get/api/v1.0/maildomains/
Query parameters
pageinteger
A page number within the paginated result set.
qstring
Filter domains whose name contains this value (case-insensitive).
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Changes
Changed in 3 of the 54 revisions of this API.23
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the
//response's property type changed fromstringtoarrayfor statusresponse-property-type-changed
- ▲
- ○
added the new optional
queryrequest parameterqnew-optional-request-parameter
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○