API → UsersGet your user
Parameters
No parameters
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
/user$ curl "https://api.zoo.dev/user" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"block": "missing_payment_method",
"can_train_on_data": true,
"company": "iH0FNVhiobWDcHCjjluQr",
"created_at": "2025-08-26T22:17:17.740Z",
"deletion_scheduled": true,
"discord": "xppFowRpZbE5N8TL5QvMzGebS0x",
"email": "xI9I@qRLvT.com",
"email_verified": "2025-08-26T22:17:17.740Z",
"first_name": "P7s0QTmUxQbWc",
"github": "0SEv5MGckunMUuosQ5Si2o",
"id": "a5e819eb-7d30-446c-8cc2-17c5391b9a1e",
"image": "https://o.wadgRgr.com/pPy5wTZl4/Q1K",
"is_onboarded": true,
"is_service_account": true,
"last_name": "VEApqVgH7KY",
"name": "o",
"phone": "+1-283-530-6469",
"updated_at": "2025-08-26T22:17:17.740Z"
}