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": "uoZXcqkphZO",
"created_at": "2024-11-06T08:39:31.600Z",
"discord": "uHjmnvX",
"email": "w@BHGg2lNl.com",
"email_verified": "2024-11-06T08:39:31.600Z",
"first_name": "B4X4hfZ4E14CpGydHOrCCfk",
"github": "BQldxplKQ",
"hubspot_contact_id": "eSXBERPt8Of5pIBufJDAoydEfAV0",
"id": "a009e2d9-58ff-41eb-ac74-b154bbffebdc",
"image": "https://0ZHA49YHu.RcAzT.com/HVTWlg7/Ko",
"is_service_account": true,
"last_name": "cqrIu",
"name": "Eapt9GzkkSc",
"phone": "+1-763-479-8957",
"stripe_id": "gNGkdKr",
"updated_at": "2024-11-06T08:39:31.600Z"
}