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": "payment_method_failed",
"can_train_on_data": true,
"company": "240rPPMD4tS",
"created_at": "2024-12-19T17:50:23.285Z",
"discord": "Llrac892DH9F2w90igr",
"email": "bJWCtBaS4h@2EJG.com",
"email_verified": "2024-12-19T17:50:23.285Z",
"first_name": "lFVV6wQy0r",
"github": "YNnmKJB",
"hubspot_contact_id": "vu1VaIJUQhHf8qSxAjw2LRNqXoO",
"id": "8462778e-7b13-4c06-bb9d-7995a9b206b7",
"image": "https://qxHK.ZkjqchU.com/lXvac7o/5sxLY",
"is_service_account": true,
"last_name": "HddWB210ZWBcSKx9YQmDDqYzP",
"name": "7zhob3NYnT9akFKouhk4YkA",
"phone": "+1-821-566-4821",
"stripe_id": "O5qbn8UEr",
"updated_at": "2024-12-19T17:50:23.285Z"
}