Pria UI now available in Dark mode !
cURL
curl --request POST \ --url http://localhost:3000/api/user/institutionByJoinId \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "joinId": "abc123xyz" } '
{ "success": true, "institution": { "_id": "<string>", "name": "<string>", "ainame": "<string>", "picture": "<string>", "allowJoining": "disabled" } }
Retrieves institution information using a join code
JWT token passed in x-access-token header
The institution's join code
"abc123xyz"
Institution found
true
Show child attributes
Was this page helpful?