Links
Get link
Retrieve a single link by id.
GET
/v1/links/:idcurl -X GET https://api.ofmelite.io/v1/links/4a23c6ba-c701-4502-b854-b1131e91e37a \ -H "Authorization: Bearer ofm_YOUR_API_KEY" \ -H "Content-Type: application/json"200OK
{
"id": "4a23c6ba-c701-4502-b854-b1131e91e37a",
"slug": "sophie-ig",
"destination": "https://yourpage.com/sophie",
"active": true,
"url": "https://ofmelite.io/sophie-ig"
}Request
Headers
Authorizationstringrequired
Bearer token with your Elite API key
Bearer ofm_YOUR_API_KEY
Response
Response fields
idstringoptional
Link id
destinationstringoptional
Target URL