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 pending and active account linking invites for the authenticated partner.
cURL
curl --request GET \ --url https://playground.answeringagent.com/api/v1/partner-links \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "id": 123, "external_id": "<string>", "email": "jsmith@example.com", "name": "<string>", "accepted_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] }
Array of partner link invites with status
Show child attributes