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": true,
"company": "4grOo",
"created_at": "2025-05-30T23:20:40.850Z",
"deletion_scheduled": true,
"discord": "l4PZ1gfVVrQTyO17xpsu6OdJnkoFrI",
"email": "RFklD5F@O.com",
"email_verified": "2025-05-30T23:20:40.850Z",
"first_name": "lT3IMQW9BgW8GAnsExMbgNj7Kr",
"github": "P3sCr9FLCM46nhismY8",
"hubspot_contact_id": "PkQciqHsPnwawJTZvD",
"id": "fc458178-cdf1-4d60-9b7b-eb8246c64bba",
"image": "https://X..com/IA0UjH9c/D3Jh0bZ",
"is_onboarded": true,
"is_service_account": true,
"last_name": "un1Y",
"name": "4OnuYRaEZ1z5to",
"phone": "+1-952-301-4294",
"stripe_id": "bPr9",
"updated_at": "2025-05-30T23:20:40.850Z"
}