retrieve_multiple_access_tokens
Retrieve all access tokens for a Storyblok space via the Management API, providing a list of tokens or error details for space management.
Instructions
Retrieve all access tokens for the current Storyblok space using the Management API.
Returns:
Any: The API response containing a list of access tokens or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "retrieve_multiple_access_tokensArguments",
"type": "object"
}