Request samples
curl --location --request GET 'https://api.s.id/v1/links/s/' \
--header 'X-Auth-Id;' \
--header 'X-Auth-Key;'
Responses
application/json created_at
string <date-time>
requiredupdated_at
string <date-time>
requiredblocked_at
string <date-time>
requiredarchive_at
string <date-time>
required{
"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
}
}
Modified at 2024-06-22 00:21:36