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": "Q3",
"created_at": "2025-01-07T17:18:19.436Z",
"discord": "ZglmMu3BscGEde46dJI",
"email": "exBmAE1yWU@.com",
"email_verified": "2025-01-07T17:18:19.436Z",
"first_name": "G9yANWv",
"github": "B98LE",
"hubspot_contact_id": "LAJ6i9cvdYf8I7xulhzHu2gX",
"id": "19e1474b-675e-4eeb-aa04-b71e04f0fd01",
"image": "https://tQoVBtPRpx.FuPuw2BbIQEd.com/2/1",
"is_service_account": false,
"last_name": "IdalOQsH7T7sPXt1GwwMJlG0UXu4f",
"name": "7aumOZawVvB1yL2Fgw2UgQmcFd8exJ",
"phone": "+1-597-308-3998",
"stripe_id": "jLJzSDzuZ0u3AziCie1NMSnuUJpNm",
"updated_at": "2025-01-07T17:18:19.436Z"
}