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": "payment_method_failed",
"can_train_on_data": true,
"company": "mZSP420wSz",
"created_at": "2025-07-04T14:10:49.000Z",
"deletion_scheduled": true,
"discord": "h",
"email": "4f0@qj8jcwnwW.com",
"email_verified": "2025-07-04T14:10:49.000Z",
"first_name": "RU4oikxv7i656JL7E",
"github": "5KrRLyc36N",
"id": "61696230-30aa-48d4-b71c-5873eae68b8d",
"image": "https://mi0H1kUSvZoL.LYkoXbj.com/vSygpd/QAt33VtOiAH4",
"is_onboarded": true,
"is_service_account": true,
"last_name": "1fs12WCDQ6Y5knLFpa5mdQo0LZ5",
"name": "FYxB",
"phone": "+1-678-675-7615",
"updated_at": "2025-07-04T14:10:49.000Z"
}