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
The response is of type object.
object
Was this page helpful?