Skip to main content
GET
/
preorder-admin-users
List preorder admin users
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": "[email protected]",
      "full_name": "<string>",
      "user_type": "preorder_admin",
      "is_verified": true,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

access-token
string
header
required

Query Parameters

page
integer
default:1
phone
string

Filter by phone number

email
string

Filter by email address

Response

200 - application/json

List of preorder admin users

total
integer
data
object[]