Skip to main content

Satuplatform API

Welcome to the Satuplatform API documentation!
This API is designed to simplify the integration of Satuplatform services into your application, enabling user authentication, data management, and access to various features through a RESTful interface.


Key Features

  • Token Authentication – Obtain clientID, apiKey, and apiSecret through the token endpoint.
  • Protected Data Access – Use API credentials to access endpoints that require authentication.
  • JSON Format – All requests and responses use JSON format.
  • Modular Structure – Endpoints are modular and easy to use in a wide range of scenarios.

Configuration

All API requests follow a consistent format depending on the selected environment.

  • Base URL Format: https://<environment>.satuplatform.com/api/v1/
  • Content-Type: application/json
  • Authentication: Some endpoints require authentication using apiKey and apiSecret.

URL

  • Production:
    https://api.satuplatform.com/api/v1/

  • Sandbox:
    https://api-sandbox.satuplatform.com/api/v1/

Use the sandbox environment to test and validate your integration before switching to the production environment.


Full Documentation

Use the menu on the left to access complete documentation for each endpoint along with usage examples.

If you have any questions or encounter technical issues, please contact our support team.