API → Users → Get a userhidden
hidden
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
missing_payment_method
: The user is missing a payment method and has exceeded their free API call credits for the month.payment_method_failed
: The users payment method has failed.
get
/users/{id}$ curl "https://api.zoo.dev/users/{id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"block": "payment_method_failed",
"can_train_on_data": false,
"company": "JrIRuMwYA",
"created_at": "2025-04-01T00:21:29.284Z",
"discord": "S",
"email": "@XcTFe.com",
"email_verified": "2025-04-01T00:21:29.284Z",
"first_name": "Rz2M0ItcWI",
"github": "JhAMawhK1nfQbjae6LWEW5H",
"id": "75c74023-0ce3-4c2f-8d9b-f4f478c46f79",
"image": "https://kr..com/W584oiBsbW/2xZHBJi",
"is_service_account": true,
"last_name": "",
"name": "nxuV",
"phone": "+1-754-727-6090",
"updated_at": "2025-04-01T00:21:29.284Z"
}