cURL
curl --request GET \ --url https://api.zochil.io/v3/monitoring/preorder-admin-users \ --header 'access-token: <api-key>'
{ "total": 123, "data": [ { "id": 123, "phone": "<string>", "email": "jsmith@example.com", "full_name": "<string>", "user_type": "preorder_admin", "is_verified": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Get a paginated list of preorder admin users
Documentation IndexFetch the complete documentation index at: https://docs-kfhye.zochil.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-kfhye.zochil.dev/llms.txt
Use this file to discover all available pages before exploring further.
Filter by phone number
Filter by email address
List of preorder admin users
Show child attributes