Skip to content

Retrieve Current Space

Returns the space object for the space associated with the provided access token.

Terminal window
https://api.storyblok.com/v2/cdn/spaces/me
curl "https://mapi.storyblok.com/v1/spaces/me?token=ask9soUkv02QqbZgmZdeDAtt" \
-H "Authorization: YOUR_OAUTH_TOKEN"
Response
{
"space": {
"id": 123456,
"name": "Storyblok",
"domain": "https://www.storyblok.com/",
"version": 1544117388,
"language_codes": ["de", "es"]
}
}