URL
This endpoint retrieves details of a shortened URL by its ID.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
The ID of the shortened URL
Request samples
curl --location --request GET 'https://api.l2s.is/url/'
Responses
application/json Example:Operation successful
{
"ok": true,
"response": {
"message": "Operation successful",
"data": {}
}
}
Modified at 2024-06-17 11:04:58