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": "missing_payment_method",
"can_train_on_data": false,
"company": "fchmUWTfVg",
"created_at": "2025-08-14T21:15:24.854Z",
"deletion_scheduled": false,
"discord": "XF",
"email": "mRzcwMEaF@mzGaCF.com",
"email_verified": "2025-08-14T21:15:24.854Z",
"first_name": "45YS1TtaBF8cFC5h9v",
"github": "s8w0boZd0T62hM89XvVqJy",
"hubspot_contact_id": "TTMjKpz",
"id": "3649b50b-7724-425f-bf65-85ea6aa0ee89",
"image": "https://5JzmzK.Nbg.com/Gm/UpMnn",
"is_onboarded": true,
"is_service_account": true,
"last_name": "4uOKJ",
"name": "6v8",
"phone": "+1-299-682-8026",
"stripe_id": "b8HryiODfcglfXlYWtb3NxzD7MECq",
"updated_at": "2025-08-14T21:15:24.854Z"
}