Read link
GET
/v1/links/{id}Path parameters
idstringrequiredResponses
200Successful response
pathstringRequest
curl -X GET "https://api.sendhelios.com/v1/links/string"const response = await fetch("https://api.sendhelios.com/v1/links/string", {
method: "GET"
});import requests
response = requests.get(
"https://api.sendhelios.com/v1/links/string",
)Response
{
"path": "string"
}