Skip to main content

API Fundamentals

Dive into the details of how to effectively utilize the API to enhance your app's capabilities.

  • Endpoints: A comprehensive list of available API endpoints.
  • Authentication: Methods for securing your API requests.
  • Rate Limits: Information on request limits to ensure fair usage.

Understand Your API

The platform's API plays a crucial role in extending the functionality of your applications, allowing for seamless data exchange and integration with other services.

How to Use API / Test API with Bearer Token

Interacting with the API is a critical aspect of extending your app's functionality. This section provides a step-by-step guide on how to authenticate API requests using a Bearer Token and test the API for your development needs.

Authentication with Bearer Token

  • Generating Tokens: Obtain a Bearer Token through a straightforward process detailed in this section. Secure your API interactions by generating tokens for seamless authentication.
  • Making Authenticated Requests: Understand how to include the Bearer Token in your API requests to ensure proper authorization. Follow our example to seamlessly integrate the authentication process into your application.