Overview
The Partners API lets you manage your own partner profile and create and administer sub-partners — the businesses you bring onto the Thiqwave platform. Each sub-partner gets its own API key, allowing you to build multi-tenant fintech products on top of Thiqwave infrastructure.Base path
Authentication
Every request to the Partners API must include your API key in theX-API-Key header.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/partners/me | Get your partner profile |
GET | /v1/partners | List all sub-partners |
POST | /v1/partners | Create a new sub-partner |
PUT | /v1/partners/:id | Update a sub-partner’s details |
Endpoint pages
Get Partner
Retrieve your own profile or list all sub-partners.
Create Partner
Register a new sub-partner on the platform.
Update Partner
Modify a sub-partner’s details.