Pria UI now available in Dark mode !
cURL
curl --request POST \ --url http://localhost:3000/api/user/availableInstitutions \ --header 'x-access-token: <api-key>'
{ "success": true, "institutions": [ { "_id": "<string>", "name": "<string>", "ainame": "<string>", "picture": "<string>", "about": "<string>", "allowJoining": "disabled" } ] }
Retrieves a list of institutions the user can join
JWT token passed in x-access-token header
Available institutions retrieved successfully
true
Show child attributes
Was this page helpful?