New: Effortlessly link Digital Twins, embed RAG modules in any LLM, and integrate with enterprise data sources using Connector MCP and MCP Servers.
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/refresh/entitlements \ --header 'Authorization: Bearer <token>'
{ "success": true, "entitlements": [ { "_id": "<string>", "entitlements": [ "<string>" ], "accountType": "super", "status": "active", "creditAwarded": 123, "user": "<string>", "created": "2023-11-07T05:31:56Z", "lastLogin": "2023-11-07T05:31:56Z", "lastKA": "2023-11-07T05:31:56Z", "digitaltwin": true, "institution": "<string>", "institution_data": {}, "account_data": {} } ] }
Retrieves and refreshes the current user’s entitlements across all institutions and accounts they have access to
JWT token passed in x-access-token header
Successfully refreshed user entitlements
Indicates if the operation was successful
Array of user entitlement records with associated data
Show child attributes
Was this page helpful?