Skip to content

Retrieve Multiple Access Tokens

https://mapi.storyblok.com/v1/spaces/:space_id/api_keys

Returns an array of access token objects. The response of this endpoint is not paginated and you will retrieve all tokens.

  • :space_id required number

    Numeric ID of a space

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/api_keys/" \
-H "Authorization: YOUR_OAUTH_TOKEN"