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": true,
"company": "f0CzXCzAxeBdfB7",
"created_at": "2025-05-08T23:03:52.375Z",
"deletion_scheduled": false,
"discord": "UIY8g68XmA5lipF6OyQzsFI",
"email": "nTvZHnm@8FU6cb.com",
"email_verified": "2025-05-08T23:03:52.375Z",
"first_name": "xbOXfaxmhxCtLAJrWS5AZE",
"github": "72ltlwkCfG3d",
"hubspot_contact_id": "N",
"id": "0da3bcef-5487-4500-84d5-f0bc1a112c9f",
"image": "https://OX.sUu9Rm3.com/fFHoejl/rMmC",
"is_service_account": false,
"last_name": "1BcME9Mkl3a",
"name": "dphMvDO32us6VHJ0mhS6uCDStOZ",
"phone": "+1-833-316-7728",
"stripe_id": "",
"updated_at": "2025-05-08T23:03:52.375Z"
}