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": "5B2tdoQgSPgxmAtV",
"created_at": "2025-07-01T11:42:45.882Z",
"deletion_scheduled": true,
"discord": "Jyphl",
"email": "o0TRDh5tS@cNpcw.com",
"email_verified": "2025-07-01T11:42:45.882Z",
"first_name": "fd2aTpOQ",
"github": "nCtwGp",
"id": "90055a32-515c-454d-acfe-9c2be27fdadc",
"image": "https://r0V.u1K1PGBQ.com/J9EyQw1/",
"is_onboarded": true,
"is_service_account": true,
"last_name": "4PVfViLNOzbhLhx7OP",
"name": "r",
"phone": "+1-342-701-4184",
"updated_at": "2025-07-01T11:42:45.882Z"
}