Get User Detail
Last updated
Last updated
GET /v2/user/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
{
"data": {
"nik": "text",
"address": "text",
"id": 1,
"github": "text",
"bio": "text",
"email": "text",
"institution": "text",
"photo": "text",
"certificate": "text",
"gender": "P",
"job": "text",
"transcriptFile": "text",
"verified": 0,
"city": {
"id": 1,
"name": "text"
},
"onlineCv": "text",
"name": "text",
"portfolio": "text",
"cityId": 1,
"kind": 1,
"statementLetter": "text",
"status": 0,
"program": {
"id": 1,
"name": "text"
},
"region": {
"id": 1,
"name": "text"
},
"school": {
"id": 1,
"name": "text"
},
"linkedin": "text",
"phone": "text"
},
"message": "success",
"status": true
}