Introduction
This section contains API endpoint examples for integrating our service into your applications and workflows.
We have recently started working on our new documentation and are in the process of adding content. As of now, there may not be much information available, but we are working hard to provide you with the most comprehensive documentation possible. Thank you for your patience and understanding.
Welcome
We are continuously improving our documentation and adding new content every day. We are committed to providing you with the most up-to-date and accurate information. Thank you for your patience and understanding as we work to make our documentation as helpful as possible. If you are missing some functionality, don’t hesitate to contact us on gleap.io or by email to hello@gleap.io
Authentication
The API uses token-based authentication to secure access. To authenticate requests, you must include an API key or token in the request header.
Authentication Headers
Include the following headers in your requests:
Authorization
: This header should contain the API token in the formatBearer <token>
.
Obtaining an API Token
To obtain an API token, follow these steps:
-
Registration: Sign up for an account on our platform.
-
Token Generation: Generate an API token using the API.
- Usage: Use the generated token in the
Authorization
header of your API requests.
Project related resources
Some resources require a specific header in order to access them. The project
header should contain the project ID.