Custom Domains
list
GET
https://api.makeshorter.com/v1/domain/:page
This endpoint returns active custom domains.
Path Parameters
Name
Type
Description
page
string
page number
{
"isSuccess": true,
"message": "Success Message",
"data": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Domain full url"
}
...
]
}
Last updated
Was this helpful?