cURL
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 } ] }
Retrieve list of all links
Obtain your API key from https://zlnk.com/home/settings
OK
The response is of type object.
object