Overview
Overview
This Internal API allows partner services to register their users directly into our platform. Each request must include a valid API key and is strictly authenticated. Users registered via this API are automatically linked as referrals to the API key owner. This integration is ideal for platforms that want to onboard users seamlessly while tracking referrals.
API Basics
Base URL: Coming Soon
API Versioning
Current API version is: v1
API Authorization
All requests to our Internal API must include a valid API key in the request headers.
Quick Test: Check API Version
Request:
Example with curl:
Response:
Requesting an API key
If you want to integrate with our platform and need an API key, please reach out to us directly:
📩 Contact: TBA
Our team will review your request and provide you with an API key if the integration is approved.
Rate Limits
To ensure fair usage of the API, rate limits are enforced:
100 requests per 15-minute window per IP address
Exceeding this limit will result in HTTP 429 (Too Many Requests) responses
Error Response Format
All API error responses follow a consistent format:
Error Response
Last updated