Link Detail by Short
GET
/v1/links/s/{short}Request
Path Params
short
string
required
URL Shortname
Header Params
X-Auth-Id
string
required
X-Auth-Key
string
required
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
required
data
#/definitions/2362886required
Example
{
"code": 200,
"data": {
"_id": "6673610e22b2eaa01abe4873",
"id": 414736,
"created_at": "2024-06-19T22:51:58.036Z",
"updated_at": "2024-06-19T22:51:58.036Z",
"short": "1JTi",
"long_url": "https://example.com/test-link2",
"blocked": null,
"blocked_reason": null,
"blocked_at": null,
"microsite": false,
"protected": false,
"disposable": false,
"adult": false,
"archive_at": null
}
}
Last modified: 4 months ago