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": "missing_payment_method",
"can_train_on_data": true,
"company": "fMgDF5vb1c4biW6z2Aj",
"created_at": "2025-07-10T11:07:27.574Z",
"deletion_scheduled": false,
"discord": "09Mwz1E1aBBncTOtuCa0cluO7r",
"email": "Y@.com",
"email_verified": "2025-07-10T11:07:27.574Z",
"first_name": "51YLSSiZcwCtnDQN7",
"github": "0Ib3JNVDsV9ZNvdLUw",
"id": "94c64096-f212-4c55-927a-ef01f15b6f3a",
"image": "https://rfh7kmi.8u6zB1A5.com//0GgwK2KI",
"is_onboarded": false,
"is_service_account": true,
"last_name": "xoSrzBv94UbzGBtbIOopwtjf",
"name": "A4CZtNcMzCYiUIU",
"phone": "+1-248-741-9345",
"updated_at": "2025-07-10T11:07:27.574Z"
}