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": "61DtYIVmTBwgi3hhiqKDMKNRnY8H",
"created_at": "2025-01-09T18:27:24.686Z",
"discord": "kWage16WUYJRgbfynCQdS3in8uD",
"email": "AEnhiLT7E@3yp.com",
"email_verified": "2025-01-09T18:27:24.686Z",
"first_name": "VRSTWwu8GF0E",
"github": "mRycE",
"hubspot_contact_id": "jVmeBdkbbi3OcyecujSg1AfZ8duvZ0",
"id": "60773c0c-a5d9-43ad-8087-9a895ac8921a",
"image": "https://VwSLTSO6Fbz.ENBlc1e9bnz.com/XAojIm/XNQwp4GjDjAA",
"is_service_account": false,
"last_name": "WeI",
"name": "6l6",
"phone": "+1-497-984-7967",
"stripe_id": "doCmhr9GF7Px2SM5ivQH8YwOWHT",
"updated_at": "2025-01-09T18:27:24.686Z"
}