Skip to main content
GET
/
tpa
/
account
/
list
List TPA Accounts
curl --request GET \
  --url https://api.stax.ai/tpa/account/list \
  --cookie authToken=
{
  "success": true,
  "accounts": [
    {
      "_id": "<string>",
      "team": "<string>",
      "planId": "<string>",
      "accountType": "<string>",
      "pensionProId": 123,
      "internalPlanId": "<string>",
      "provider": "<string>",
      "number": "<string>",
      "payee": "<string>",
      "active": true,
      "ppLock": true,
      "notes": [
        {
          "author": "<string>",
          "timestamp": "2023-11-07T05:31:56Z",
          "content": "<string>"
        }
      ],
      "lastModified": "2023-11-07T05:31:56Z",
      "type": "<string>",
      "status": {},
      "viewed": {}
    }
  ]
}

Authorizations

authToken
string
cookie
required

Cookie-based authentication using userId and authToken cookies

Query Parameters

planId
string

MongoDB ObjectId

Response

200 - application/json

List of accounts

success
boolean
accounts
object[]