API → UsersGet extended information about 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/extended$ curl "https://api.zoo.dev/user/extended" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"block": "payment_method_failed",
"can_train_on_data": false,
"company": "3nLKZnrRqt5OumlyGJq6rfqrb6PP",
"created_at": "2025-07-10T11:07:31.929Z",
"deletion_scheduled": true,
"discord": "DB",
"email": "8Gjo3jzXQk@jLb.com",
"email_verified": "2025-07-10T11:07:31.929Z",
"first_name": "TLwRYfAPRZuTtJ7F7i",
"github": "1URP",
"hubspot_contact_id": "LeCou",
"id": "7c0f2836-835b-49bf-b12c-50d5b4b0a350",
"image": "https://MjaWsd7Vkaq.gYeq9fg.com/d/EK",
"is_onboarded": true,
"is_service_account": true,
"last_name": "LDT6JkaKcHHxCNvg2OKkIpz38LM",
"name": "ONywwX9WRmDEFfZgXOvReLQs7bBQfb",
"phone": "+1-998-122-3658",
"stripe_id": "",
"updated_at": "2025-07-10T11:07:31.929Z"
}