Spaces
Read the current cache version before issuing other requests.
GET
/v2/cdn/spaces/meStoryblok 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
| Parameter | Type | Description |
|---|---|---|
id | integer | Your Storyblok space id, so tooling that keys off it keeps working. |
name | string | The branch name, not the space name — this endpoint describes the environment your token reads. |
domain | string | null | The branch’s configured URL, when one is set. |
version | integer | Cache version for this branch. Identical to the top-level cv. |
story_count | integer | Stories on this branch, folders included. |
language_codes | string[] | Always empty — see the note below. |
idintegerYour Storyblok space id, so tooling that keys off it keeps working.
namestringThe branch name, not the space name — this endpoint describes the environment your token reads.
domainstring | nullThe branch’s configured URL, when one is set.
versionintegerCache version for this branch. Identical to the top-level cv.
story_countintegerStories on this branch, folders included.
language_codesstring[]Always empty — see the note below.