Skip to content

Retrieve Multiple Access Tokens

Terminal window
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/606/api_keys/" \
-H "Authorization: YOUR_OAUTH_TOKEN"