List email domains
Shared (type: shared) Telnyx-managed domains are included/readable for every account, in addition to the account’s own custom domains.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number to return (offset pagination)
Required range:
x >= 1Number of records per page
Required range:
1 <= x <= 100Cursor for records after the provided value (cursor pagination)
Cursor for records before the provided value (cursor pagination)
Field to sort by. Prefix with - for descending order.
Available options:
created_at, -created_at, domain, -domain Available options:
pending, verifying, verified, failed, degraded, suspended Partial match on domain name (case-insensitive)
Filter by profile UUID
Available options:
custom, shared, shared_inbound JavaScript