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": "L8kvyillaa4A1me9m57pas",
"created_at": "2025-02-05T02:30:56.126Z",
"discord": "EVdjV9b1",
"email": "BZWP16Z@Rc685Q9.com",
"email_verified": "2025-02-05T02:30:56.126Z",
"first_name": "p5IWf03emfbJYWgEdvPeMC",
"github": "A2I4NmGjUmIUHBesEme",
"hubspot_contact_id": "",
"id": "67359c85-a8a0-497b-bf1d-8e65627ba0bb",
"image": "https://ULDDJovONn8.QAgIwBB.com/5cC/YFodSpkFDv",
"is_service_account": true,
"last_name": "pSKb5sY9sE50EqWgZvZkpRkZLoGk7o",
"name": "pwJaWPad1Gydv3yiw",
"phone": "+1-880-553-4891",
"stripe_id": "R09uH",
"updated_at": "2025-02-05T02:30:56.126Z"
}