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": "53aAxIAZdWkHP",
"created_at": "2025-06-13T18:06:57.908Z",
"deletion_scheduled": false,
"discord": "TcAvskp",
"email": "cD5Qntu@RSlgUo6.com",
"email_verified": "2025-06-13T18:06:57.908Z",
"first_name": "gAJQBXxxK5aVhMLWcwoKnow8CTw8jj",
"github": "",
"id": "e9efd414-9e94-47a3-834c-131003a86652",
"image": "https://fLu.znQPuwrfCWnK.com/OpKkm/zOaMC64F6SB",
"is_onboarded": true,
"is_service_account": true,
"last_name": "kNSQFtwGRw6WJApV2qT6fYwUEn0YrP",
"name": "kRtlm9qqFhp3sKW",
"phone": "+1-133-156-2424",
"updated_at": "2025-06-13T18:06:57.908Z"
}