GET /v1/partners/me
Description
Retrieve your own partner profile. Use this endpoint to inspect your account details, check your current status.Request
Headers
Your Thiqwave API key.
Example request
Response
Your partner ID.
Your registered business name.
Your primary contact email address.
Your account status. Possible values:
"pending", "active", "suspended".The ISO 8601 timestamp of when your account was created.
Example response
GET /v1/partners
Description
List all sub-partners under your account. This endpoint is restricted to admin-level partners and returns a paginated array of sub-partner objects.Request
Headers
Your Thiqwave API key.
Query parameters
The page number to retrieve. Defaults to
1.The number of results per page. Defaults to
20. Maximum value is 100.Example request
Response
The response is a paginated object containing an array of partner records and pagination metadata.Array of partner objects.
Pagination metadata.
Example response
This endpoint requires admin-level access. If your account does not have the required permissions, the API returns a
403 Forbidden response.