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": false,
"company": "EwdSqc4Q0ZdHWCp3akya",
"created_at": "2025-05-30T23:20:38.237Z",
"deletion_scheduled": true,
"discord": "SXW",
"email": "r5y@kZ0KwwCbe.com",
"email_verified": "2025-05-30T23:20:38.237Z",
"first_name": "F7HedOh5ATTMiz7V",
"github": "fFm1fPcr8Jr57R4w",
"id": "a966946d-94ad-473a-8461-6e35f82dea0b",
"image": "https://y..com/aArE/9nyiea",
"is_onboarded": true,
"is_service_account": false,
"last_name": "DWhqloAtC8qAW9BCvvBoq1WNw3oMdW",
"name": "uIBc7bBWHrKoaKqVhMWUnkOf5",
"phone": "+1-399-507-6343",
"updated_at": "2025-05-30T23:20:38.237Z"
}