cURL
curl --request GET \ --url https://api.zochil.io/v3/monitoring/profile/detail \ --header 'access-token: <api-key>'
{ "id": "<string>", "username": "<string>", "email": "<string>", "is_super": true, "roles": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Get current authenticated admin profile details
Admin profile details