Get institution by join code
curl --request POST \
--url https://pria.praxislxp.com/api/user/institutionByJoinId \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"joinId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
'{
"success": true,
"institution": {
"_id": "<string>",
"name": "<string>",
"ainame": "<string>",
"joinId": "<string>",
"picture": "<string>",
"picture_animated": "<string>",
"picture_bg": "<string>",
"picture_dark_bg": "<string>",
"about": "<string>",
"account": {
"_id": "<string>",
"name": "<string>"
}
}
}Membership
Get institution by join code
Retrieves institution information using a join code. Includes populated account data if available.
POST
/
api
/
user
/
institutionByJoinId
Get institution by join code
curl --request POST \
--url https://pria.praxislxp.com/api/user/institutionByJoinId \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"joinId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
'{
"success": true,
"institution": {
"_id": "<string>",
"name": "<string>",
"ainame": "<string>",
"joinId": "<string>",
"picture": "<string>",
"picture_animated": "<string>",
"picture_bg": "<string>",
"picture_dark_bg": "<string>",
"about": "<string>",
"account": {
"_id": "<string>",
"name": "<string>"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I