MakeShorter
  • Start Make Shorter
  • API INTEGRATION
    • Getting Started
    • Configuration
    • Link Group
    • Link
    • Custom Domains
  • Features
    • Customer Data
    • Custom Rules
    • Parameters & Headers
Powered by GitBook
On this page

Was this helpful?

  1. API INTEGRATION

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"
        }
        ...
    ]
}
{
    "isSuccess": false,
    "message": "Error Message",
    "data": null
}

PreviousLinkNextCustomer Data

Last updated 3 years ago

Was this helpful?