API → Users → Get 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": true,
"company": "uzGJcu5V0FBq0G7IJ",
"created_at": "2025-04-21T20:02:53.141Z",
"discord": "0GNHFf",
"email": "1P@U.com",
"email_verified": "2025-04-21T20:02:53.141Z",
"first_name": "",
"github": "BNtPt",
"hubspot_contact_id": "bZN5jgTatJ9r6F",
"id": "0e6f34b8-519c-4ff8-a272-063e9728ed69",
"image": "https://Wk.P.com/6vP/rKWLmnNZTgLb",
"is_service_account": true,
"last_name": "L9DIlwXG21Cir9OHgbH",
"name": "zVK",
"phone": "+1-470-184-6289",
"stripe_id": "WdROUBnnDKqrT589xEr",
"updated_at": "2025-04-21T20:02:53.141Z"
}