Get School Detail
Last updated
Last updated
GET /v1/school/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
{
"status": true,
"data": {
"slug": "text",
"uuid": "text",
"website": "text",
"status": 1,
"id": 1,
"name": "text",
"picture": "text",
"applicationLetter": "text",
"city": "text",
"cityId": 1,
"created_at": "text",
"address": "text",
"approved": 1,
"npsn": "text",
"updated_at": "text"
},
"message": "success"
}