cURL
curl --request GET \ --url https://api.zochil.io/v3/monitoring/admins/list \ --header 'access-token: <api-key>'
{ "data": [ { "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" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } }
Get a paginated list of administrators
Page number for pagination
List of administrators
Show child attributes