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.
List all partners the authenticated user belongs to.
cURL
curl --request GET \ --url https://api.trykintsugi.com/v2/partner/partners \ --header 'X-API-KEY: <api-key>'
[ { "id": "<string>", "name": "<string>" } ]
Successful Response