Storylane now offers External API capabilities designed for advanced users, enabling seamless backend integration with our platform. These APIs provide enhanced functionality to help you streamline your demo management and improve security.
The API is available to users on the Enterprise plan. If you're interested in testing the API or the Enterprise plan, please contact us at .
Benefits of External API Integration
Access Published Demos: List and track all published demos effortlessly.
Secure Demo Links: Generate demo links with advanced security features like passcodes, expiration dates, and authentication codes.
Personalization: Pass email parameters in demo links for tailored experiences.
Token Management: Update links with secure access tokens.
Control Access: View active links and disable them as required.
Getting Started
To begin using the External API, youβll need to request an API token from Storylane. Follow the steps below:
Step 1: Request an API Token and Workspace ID
Contact our support team at to request the following credentials:
workspace_id β Unique identifier for your workspace.
access_token β Your secure API access token.
Once your request is approved, you will receive both credentials securely.
Save these credentials securely, as they are required for authenticated API requests.
We are not able to access access_token again if you lose it. We donβt store it on our side and have no access to it after we send it to you. Therefore, please store it securely.
Step 2: Set Up and Authenticate Using Postman
In the Postman collection, locate and replace the following variables:
WORKSPACE_ID β Replace with the workspace ID provided by support.
ACCESS_TOKEN(The Bearer Auth Token) β Replace with the API token provided by support.
Step 3: Run and Verify the Data
Run the API endpoints in Postman and verify that you are successfully retrieving your companyβs demo data.
Here is an interactive demo demonstrating how to set up using Postman π
API Responses
1. All Published Demos
Use the endpoint to list all published demos in your workspace. A sample response: