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": "ASdiyHJNMVaTgW",
"created_at": "2025-07-04T12:26:47.159Z",
"deletion_scheduled": false,
"discord": "oPtEgsnLWE7mKRZ",
"email": "UKE5D@7A98.com",
"email_verified": "2025-07-04T12:26:47.159Z",
"first_name": "np4iiYyBaeZP47kpcDVTpIk7K2AFt",
"github": "loqDV8G",
"id": "aab282d0-3d90-47d4-a590-3e0477419f58",
"image": "https://b8bWhpHOkg00.kG52.com//ypVyULQL",
"is_onboarded": false,
"is_service_account": false,
"last_name": "bczBc0q",
"name": "IcQZ1OnWb6Zi8UHWedOqb",
"phone": "+1-795-226-9651",
"updated_at": "2025-07-04T12:26:47.159Z"
}