List Custom Domains
List all the custom domains that you have access to.
Path Parameters
Name
Type
Description
[
{
"id": 9,
"custom_domain": "testing.example.com",
"resolved": 0,
"setup": 0,
"errors": null,
"created_at": "2024-04-09T18:41:36.000+10:00",
"updated_at": "2024-04-09T18:41:23.000+10:00"
},
{
"id": 4,
"custom_domain": "testing2.example.com",
"resolved": 1,
"setup": 1,
"errors": null,
"created_at": "2024-04-09T16:58:59.000+10:00",
"updated_at": "2024-04-09T16:58:59.000+10:00"
},
{
"id": 12,
"custom_domain": "testing3.example.com",
"resolved": 1,
"setup": 1,
"errors": null,
"created_at": "2024-04-18T13:43:55.000+10:00",
"updated_at": "2024-04-18T13:43:55.000+10:00"
}
]Last updated
Was this helpful?