Skip to main content
POST
/
university-config
Get university/college details
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/university-config \
  --header 'Content-Type: application/json' \
  --data '
{
  "university": "abilene-christian-university"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
university
string

University URL slug (NOT university_id integer)

Example:

"abilene-christian-university"

Response

200

University config data