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": false,
"company": "qbwkGYu3GeeVgO",
"created_at": "2025-03-12T01:37:59.484Z",
"discord": "X72tVsZtf8tFuz18OE",
"email": "jEewvu@wTvxq.com",
"email_verified": "2025-03-12T01:37:59.484Z",
"first_name": "QoQ",
"github": "Z8LcRjFmp",
"hubspot_contact_id": "JwCKJ",
"id": "88111b2b-3887-4a35-b2ff-0224af6718d0",
"image": "https://cBbo.5O3kEZiChzO.com//Ifs6J7UTlPbD",
"is_service_account": false,
"last_name": "EYfaYdoL",
"name": "lVJnYxl",
"phone": "+1-214-788-4851",
"stripe_id": "AATzhlP2scvESvwbqXy4cp4b7T",
"updated_at": "2025-03-12T01:37:59.484Z"
}