v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01121113461.4 KB
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

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}