API → Users → Get 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$ curl "https://api.zoo.dev/user" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"block": "payment_method_failed",
"can_train_on_data": true,
"company": "WyHa1JHhcmFlWbB",
"created_at": "2025-01-10T17:02:09.651Z",
"discord": "Mq4wYebHi1st74HgUyUq72rBH",
"email": "bRDf@O.com",
"email_verified": "2025-01-10T17:02:09.651Z",
"first_name": "ED0oSSLE3Xc",
"github": "23tRXM02SdshuNz",
"id": "8d382029-0b1e-49f9-82f2-6b5073fffb18",
"image": "https://EKacAZD4dq.mABNLRv6.com/4AF7yAV3ZrZ/3lfzxvrfgK4",
"is_service_account": false,
"last_name": "YMDDZq4ldCVs1QKHboGbn",
"name": "cQIh1YCkE3dk9om",
"phone": "+1-407-538-5511",
"updated_at": "2025-01-10T17:02:09.652Z"
}