Skip to main content
GET
/
v1
/
links
/
{id}
Read link
curl --request GET \
  --url https://api.example.com/v1/links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "path": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format 'Bearer <token>'

Path Parameters

id
string
required

Response

200 - application/json

Successful response

path
string