cURL
curl --request GET \ --url https://api.stax.ai/tpa/plan/get \ --cookie authToken=
{ "success": true, "plan": { "_id": "<string>", "team": "<string>", "pensionProId": 123, "internalPlanId": "<string>", "planName": "<string>", "planType": "<string>", "endMm": 123, "endDd": 123, "active": true, "directory": "<string>", "ppLock": true, "search": [ "<string>" ], "notes": [ { "author": "<string>", "timestamp": "2023-11-07T05:31:56Z", "content": "<string>" } ], "lastModified": "2023-11-07T05:31:56Z", "assignees": [ "<string>" ], "status": {} } }
Get TPA plan by ID
Documentation IndexFetch the complete documentation index at: https://docs.stax.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.stax.ai/llms.txt
Use this file to discover all available pages before exploring further.
Cookie-based authentication using userId and authToken cookies
MongoDB ObjectId
^[0-9a-fA-F]{24}$
Plan information
Show child attributes