Would you like to use data from Studytube in your own systems, for example, to generate reports or automatically add users? This is possible through a special digital connection that Studytube provides.
What is an API and what can I use it for?
An API (Application Programming Interface) is like a digital bridge that allows different systems to communicate with each other. This enables data to be shared automatically without the need for manual exports or entries. Use the API to, for example:
- Retrieve reports and data for internal dashboards.
- Automatically add new users or teams to your Studytube Academy.
How do I gain access to the Studytube API?
Follow these steps to set up the connection with the Studytube API:
1. Request Access
Contact your Customer Success Manager to receive your API login credentials. These include a ‘Client ID’ and a ‘Client Secret,’ which are unique to your Studytube Academy.
2. Set Up Secure Access
The API uses a secure login method (OAuth 2.0). You need a special key (access token) to connect. You can obtain it by using the Client ID and Client Secret via this link: https://backend.studytube.nl/gateway/oauth/token.
By default, you can only retrieve data (read-only), but if you also need to add data, you can request additional 'write' permissions.
3. Send API Requests
To retrieve or add data to Studytube, use a tool like Postman. The base link for the API is: https://public-api.studytube.nl/api/v2/.
Important: Every request must include the access token (Bearer token) so that Studytube knows you have the right permissions.
Where can I find help?
Want to learn more about how to use the API? Visit our Product API Page.
Need additional support? Contact Technical Support at service@studytube.nl.
Note: The API is free to use, but support may be limited.