Skip to main content
GET
List domains
GET /domains returns stored domain verification state, region, and timestamps. It does not request a fresh verification result from the sending provider and does not mutate domain state. Use the after cursor from the response metadata to request the next page.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20

Maximum number of records to return. Defaults to 20.

Required range: 1 <= x <= 100
after
string

Opaque cursor from the previous page's metadata.next value.

Response

Domain list

data
object[]
metadata
object