Domains
Get all user domains
Get all domains owned by the current user
get/api/v1/domains
Query parameters
domain_status'IN_USE' | 'FREE' | 'EXPIRED'
pageinteger
sizeinteger
Response
Successful Response
Example response
{
"items": [
{
"createdAt": "2024-01-01T12:00:00",
"expirationDate": "2027-02-05T00:00:00Z",
"id": "c3d14e92-515f-4bd3-bc63-f61b45392ab2",
"name": "example.com",
"pricePaid": 12.49,
"registrationPrice": 9.99,
"status": "active",
"tld": "com",
"updatedAt": "2024-01-10T12:00:00",
"userId": "d8c56e92-abc9-44b1-8ef2-c1f56d71b0e3"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.