API → UsersGet 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": "NHiU83SzpjKgEK",
"created_at": "2025-08-14T21:15:20.448Z",
"deletion_scheduled": true,
"discord": "SYSYNKwvuUl1DZ6B9XcmlqHQj142",
"email": "@LMRu54BvqM.com",
"email_verified": "2025-08-14T21:15:20.448Z",
"first_name": "",
"github": "6IGBanv9lsCuOwoMhOwd7Lm3s9",
"id": "eaffac1a-8fee-42b9-859e-5812fd5348b2",
"image": "https://I.myIyKq.com/qbSf7xomioW/n8",
"is_onboarded": true,
"is_service_account": false,
"last_name": "24ec3DNQ7rLTEMLOtxwX7",
"name": "ZTIheeqRY",
"phone": "+1-697-980-5042",
"updated_at": "2025-08-14T21:15:20.448Z"
}