curl --request GET \
--url https://api.stax.ai/tpa/account/get \
--cookie authToken={
"success": true,
"account": {
"_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": {}
}
}Get TPA account by ID
curl --request GET \
--url https://api.stax.ai/tpa/account/get \
--cookie authToken={
"success": true,
"account": {
"_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": {}
}
}Cookie-based authentication using userId and authToken cookies
MongoDB ObjectId
Account information
Show child attributes
MongoDB ObjectId
MongoDB ObjectId
MongoDB ObjectId