Skip to main content
GET
/
partner-links
List Linked Accounts
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>",
      "status": "pending",
      "accepted_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.answeringagent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Response

Array of partner link invites with status

data
object[]