curl --request GET \
--url https://api.lettermint.co/v1/domains \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"domain": "<string>",
"status": "verified",
"status_changed_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}
],
"path": "<string>",
"per_page": 123,
"next_cursor": "<string>",
"next_page_url": "<string>",
"prev_cursor": "<string>",
"prev_page_url": "<string>"
}curl --request GET \
--url https://api.lettermint.co/v1/domains \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"domain": "<string>",
"status": "verified",
"status_changed_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}
],
"path": "<string>",
"per_page": 123,
"next_cursor": "<string>",
"next_page_url": "<string>",
"prev_cursor": "<string>",
"prev_page_url": "<string>"
}Team API token. Find this in your team settings.
Available sorts are domain, created_at, status_changed_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -domain.
The number of results that will be returned per page.
The cursor to start the pagination from.
verified The domain is active and verified. |
partially_verified Some DNS records of the domain could not be verified. |
pending_verification The domain is new and verification is pending. |
failed_verification The domain verification failed. |
verified, partially_verified, pending_verification, failed_verification Search by domain name (partial match, case insensitive)
Paginated set of DomainListData
Show child attributes
verified The domain is active and verified. |
partially_verified Some DNS records of the domain could not be verified. |
pending_verification The domain is new and verification is pending. |
failed_verification The domain verification failed. |
verified, partially_verified, pending_verification, failed_verification Base path for paginator generated URLs.
Number of items shown per page.
The "cursor" that points to the next set of items.
The "cursor" that points to the previous set of items.