Award free credits to institution
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/freeInstitutionCreditsById/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '{
"credits": 123
}'{
"success": true,
"message": "User institution deleted successfully"
}Admin Institutions
Award free credits to institution
Awards free credits to a specific institution
PUT
/
api
/
admin
/
freeInstitutionCreditsById
/
{id}
Award free credits to institution
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/freeInstitutionCreditsById/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '{
"credits": 123
}'{
"success": true,
"message": "User institution deleted successfully"
}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.
Authorizations
JWT token passed in x-access-token header
Path Parameters
Institution ID
Body
application/json
Number of free credits to award
Was this page helpful?
⌘I