Endpoints
Retrieve list of links
Endpoints
Retrieve list of links
Retrieve list of all links
GET
/
publicapi
/
services
/
link
curl --request GET \
--url https://zlnk.io/publicapi/services/link \
--header 'authorization: <api-key>'
{
"data": [
{
"long_url": "<string>",
"short_id": "<string>",
"status": true,
"friendlyName": "<string>",
"linkTags": "<string>",
"smartParams": "<string>",
"autoExpire": "<string>",
"autoExpireValue": 123,
"websiteIcon": "<string>",
"autoExpireTarget": "<string>",
"smartLink": "<string>",
"created_at": "<string>",
"hit_count": 123,
"updated_at": "<string>",
"internalLink": true,
"domain": "<string>",
"password": true,
"analyticPassword": true
}
]
}
Authorizations
Obtain your API key from https://zlnk.com/home/settings
Response
200 - application/json
OK
curl --request GET \
--url https://zlnk.io/publicapi/services/link \
--header 'authorization: <api-key>'
{
"data": [
{
"long_url": "<string>",
"short_id": "<string>",
"status": true,
"friendlyName": "<string>",
"linkTags": "<string>",
"smartParams": "<string>",
"autoExpire": "<string>",
"autoExpireValue": 123,
"websiteIcon": "<string>",
"autoExpireTarget": "<string>",
"smartLink": "<string>",
"created_at": "<string>",
"hit_count": 123,
"updated_at": "<string>",
"internalLink": true,
"domain": "<string>",
"password": true,
"analyticPassword": true
}
]
}