Introduction
Welcome to the Thinkeo API documentation! This guide will help you get started with integrating Thinkeo into your applications.
Introduction
Thinkeo can be integrated into your applications using our REST API.
While we are currently developing a JavaScript SDK, you can use our comprehensive REST API for full platform functionality.
Prerequisites
Before you begin working with the Thinkeo API, make sure you have:
- An Architect or Administrator account on Thinkeo
- Experience creating at least one App with multiple nested blocks and attributes
Your Thinkeo account gives you access to one or more Teams. Each Team can contain multiple Apps, and API access is managed at the Team level through API keys (Bearer tokens).
You can create multiple API keys per Team, but there isn't a global token that grants access to Apps across all Teams.
To start working with a Team's Apps, you'll need to authenticate and generate an API token. In the following sections, we'll guide you through token creation and making API requests.
Essentials - Most used
The essential endpoints, described in detail on the following start pages, are all available in the “Essentials - Most used” folder. These endpoints are the only ones you really need to use Thinkeo via API, the others being useful for occasional needs.