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": false,
"company": "JNfarW6ElwcIpTQQ",
"created_at": "2025-03-14T16:51:09.271Z",
"discord": "F",
"email": "osY13hszgn@C0Mv.com",
"email_verified": "2025-03-14T16:51:09.271Z",
"first_name": "3",
"github": "ZPi7xY8oNT3JAmzzm",
"hubspot_contact_id": "MaHeiaMn4Gqlh",
"id": "095aaebc-21e7-4813-a18c-d764dfa20c87",
"image": "https://kR0lVWBA5xtj.qvP.com/ynY4gbiP/BTJKCQoKSr",
"is_service_account": false,
"last_name": "CSn6yQ3obgWK9Td1wrOTacXM",
"name": "8y7rj",
"phone": "+1-760-453-1648",
"stripe_id": "opdp7MULPD",
"updated_at": "2025-03-14T16:51:09.271Z"
}