API → UsersGet 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": "",
"created_at": "2025-07-03T15:42:28.140Z",
"deletion_scheduled": true,
"discord": "5NfzOzAT6xCeaXRgDBJKiQ178zCh8D",
"email": "P@w7qzBnzflk.com",
"email_verified": "2025-07-03T15:42:28.140Z",
"first_name": "ULPDYu1s",
"github": "mZoM53Irx4Megtbr6K4",
"hubspot_contact_id": "es9HtKYdC",
"id": "8398c46c-e673-407f-9fae-8ab69710028a",
"image": "https://GQcWNdYhpAtN.v5.com/NCOCrd/YCUlnujlU",
"is_onboarded": false,
"is_service_account": false,
"last_name": "OwGj1wHJiDlDH6w",
"name": "fG8EqCw4wzlvHr",
"phone": "+1-864-430-7425",
"stripe_id": "pEk75nnmQBZQzuzPr",
"updated_at": "2025-07-03T15:42:28.140Z"
}