Skip to main content
GET
/
preorder-admin-users
/
{id}
Get preorder admin user detail
curl --request GET \
  --url https://api.zochil.io/v3/monitoring/preorder-admin-users/{id} \
  --header 'access-token: <api-key>'
{
  "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"
  }
}

Authorizations

access-token
string
header
required

Path Parameters

id
string
required

User ID

Response

200 - application/json

Preorder admin user details

data
object