Profile
Get admin profile
GET /admin/profile
Headers
Name
Type
Description
Authorization*
String
Bearer access_token
Client-Key*
String
Your client key
{
"data": {
"id": 2,
"name": "Khalid Vhiweb",
"username": "khalid-3119",
"phone": "8123456789",
"email": "[email protected]",
"last_login": "2023-11-08 11:20:27",
"avatar": null,
"password_updated_at": null,
"admin_division": "Central Admin",
"client": {
"name": "Demo Munio",
"code": "demo",
"subdomain": "demo",
"key": "MUNIO-kG0fvuQr",
"description": "<p>Platform managemen komunitas yang membantu pengurus komunitas memaksimalkan potensi, pengelolaan, serta pertumbuhan komunitas menggunakan teknologi digital secara independen dan efektif.</p><p><br></p>",
"email": "[email protected]",
"phone": "082233485320",
"address": "Jl. Sutorejo Selatan IV No.24, RT.04/RW.08, Dukuh Sutorejo, Kec. Mulyorejo, Surabaya, Jawa Timur 60113"
}
}
}Update admin profile
PUT /admin/profile
Headers
Name
Type
Description
Authorization*
String
Bearer access_token
Client-Key*
String
Your client key
Request Body
Name
Type
Description
name
String
Your name
String
Your email
phone
Your phone
avatar
String
Your avatar (base64)
Last updated