Skip to content

Retrieve a Single Link

Returns a single link object for the specified UUID.

GET
https://api.storyblok.com/v2/cdn/links/:uuid
  • :uuid string

    The UUID of the link.

  • include_dates string

    Include or exclude the created_at, updated_at and published_at fields. To include these date fields in the response, set to 1. To exclude, set to 0 or omit the parameter.

  • cv number

    Cached version Unix timestamp (learn more in the Caching concept).

  • token required string

    A preview or public access token.

curl "https://api.storyblok.com/v2/cdn/links/:uuid\
?token=krcV6QGxWORpYLUWt12xKQtt\
&version=published\
&starts_with=articles"
Terminal window
{
"link": {
"660452d2-1a68-4493-b5b6-2f03b6fa722b": {
"id": 444996765,
"uuid": "660452d2-1a68-4493-b5b6-2f03b6fa722b",
"slug": "articles/earths-symphony-navigating-wonders-challenges-blue-oasis",
"path": null,
"parent_id": 444991588,
"name": "Earth's Symphony: Navigating the Wonders and Challenges of Our Blue Oasis",
"is_folder": false,
"published": true,
"is_startpage": false,
"position": 0,
"real_path": "/articles/earths-symphony-navigating-wonders-challenges-blue-oasis"
}
}
}

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.