GET /v1/partners/me
Description
Retrieve your own partner profile. Use this endpoint to inspect your account details, check your current status.Request
Headers
string
required
Your Thiqwave API key.
Example request
Response
string
Your partner ID.
string
Your registered business name.
string
Your primary contact email address.
string
Your account status. Possible values:
"pending", "active", "suspended".string
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
string
required
Your Thiqwave API key.
Query parameters
integer
The page number to retrieve. Defaults to
1.integer
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
Array of partner objects.
object
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.