Link

create

POST https://api.makeshorter.com/v1/link/create

This endpoint allows you to create new short link.

Request Body

{    
    "isSuccess": true,    
    "message": "Success Message",    
    "data": "https://mnts.ws/123456"
}

Last updated