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": "NogJP",
"created_at": "2025-05-22T02:04:49.321Z",
"deletion_scheduled": false,
"discord": "xHLeWJDX8o",
"email": "j@odbbe766Ny.com",
"email_verified": "2025-05-22T02:04:49.321Z",
"first_name": "iu53FFclOK37AZbOD7F2RrvxK4mW",
"github": "h5CgTWmtXduZhhQfRXM3GRb",
"hubspot_contact_id": "KCxvG",
"id": "2c887620-fb6c-4f1a-bebe-0e004435e63b",
"image": "https://UjFFmI1OGT.94cvA1dwm.com/xX/ywWz",
"is_onboarded": true,
"is_service_account": false,
"last_name": "NIpVkbbf5hnFt1AvgmMNaaMKo5wQx",
"name": "tYjn0Uwwcb6j3P6S65GvCf4Pbx",
"phone": "+1-924-552-4378",
"stripe_id": "HVmOzQfvM3KwxJQEUGV6S7tZe",
"updated_at": "2025-05-22T02:04:49.321Z"
}