Skip to main content

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

https://api.thiqwave.com/v1/partners

Authentication

Every request to the Partners API must include your API key in the X-API-Key header.
X-API-Key: your-api-key
Never expose your API key in client-side code or commit it to version control. Rotate keys regularly from the Thiqwave Dashboard.

Endpoints

MethodEndpointDescription
GET/v1/partners/meGet your partner profile
GET/v1/partnersList all sub-partners
POST/v1/partnersCreate a new sub-partner
PUT/v1/partners/:idUpdate 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.