Skip to content

Get Shortlink Details

GET
/api/v1/shortlinks/{link_key}
curl --request GET \
--url https://dashboard.dealerstudio.com.au/api/v1/shortlinks/example \
--header 'Authorization: Bearer <token>'
link_key
required
string

Shortlink key

Retrieves shortlink by link_key

Media type application/json
object
link_key
required
string
destination_url
required
string
dealership_id
required
integer
website_id
integer
nullable
Example
{
"link_key": "abc123",
"destination_url": "https://example.com/destination",
"dealership_id": 1,
"website_id": 1
}

Unauthorized - Missing show:shortlink permission

Shortlink not found

Media type application/json
object
error
required
string
Example
{
"error": "Shortlink not found"
}