Custom Domains

list

GET https://api.makeshorter.com/v1/domain/:page

This endpoint returns active custom domains.

Path Parameters

{
    "isSuccess": true,
    "message": "Success Message",
    "data": [
        {
            "id": "00000000-0000-0000-0000-000000000000",
            "name": "Domain full url"
        }
        ...
    ]
}

Last updated