Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check if the authenticated user is a partner. Always returns 200.
cURL
curl --request GET \ --url https://api.trykintsugi.com/v2/partner/check \ --header 'X-API-KEY: <api-key>'
{ "isPartnerUser": true }
Successful Response
Lightweight response for the 'am I a partner?' check.