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": "q",
"created_at": "2025-04-01T00:21:16.597Z",
"discord": "lVV17us",
"email": "NCQBKF@cfvbXVt8.com",
"email_verified": "2025-04-01T00:21:16.597Z",
"first_name": "qLlJy3sUbc0mpW4BEN",
"github": "PFfapP5DN5hM6E20",
"hubspot_contact_id": "QWnFINM7WVYmyHED",
"id": "5dfb9376-9588-4ece-b14b-cac7a162df41",
"image": "https://7g.GqOz8aO7z4.com/KTSepbQ4CPT4/hhhV0kQSk",
"is_service_account": true,
"last_name": "Nk2KIvdEPD6SJp1d5XYsWbr0jP",
"name": "FCAXKsTuV",
"phone": "+1-233-697-8302",
"stripe_id": "zwf9IFuT",
"updated_at": "2025-04-01T00:21:16.597Z"
}