Spaces

Read the current cache version before issuing other requests.

GET/v2/cdn/spaces/me

Storyblok clients call this on boot to read the current cache version before issuing other requests. Exacta answers it per branch, so the value reflects the branch your token points at.

shell
curl "https://api.exacta.im/v2/cdn/spaces/me?token=$EXACTA_TOKEN"
json
{
  "space": {
    "id": 95109,
    "name": "Production",
    "domain": null,
    "version": 1754236800,
    "language_codes": [],
    "story_count": 226
  },
  "cv": 1754236800
}

Fields

idinteger

Your Storyblok space id, so tooling that keys off it keeps working.

namestring

The branch name, not the space name — this endpoint describes the environment your token reads.

domainstring | null

The branch’s configured URL, when one is set.

versioninteger

Cache version for this branch. Identical to the top-level cv.

story_countinteger

Stories on this branch, folders included.

language_codesstring[]

Always empty — see the note below.