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": "missing_payment_method",
"can_train_on_data": true,
"company": "",
"created_at": "2025-04-25T16:40:31.917Z",
"discord": "YvMwS3XC3wawYsJ8bVAgdtE",
"email": "Fdfze8tUZ@yMeG.com",
"email_verified": "2025-04-25T16:40:31.917Z",
"first_name": "pPBiJnWshbtMQnh",
"github": "WhA8USjm9xFXuBEnz7UbUmcwaN4C",
"id": "c6d9c321-5b62-422b-9d27-60cc3882f461",
"image": "https://hp8ONP7Cba.FDZMRC.com/3/HBK2y",
"is_service_account": true,
"last_name": "B0vKHS8xISc9EacPetwx2ZP0gld",
"name": "nQp9o53uZRshnLYrp",
"phone": "+1-919-578-9034",
"updated_at": "2025-04-25T16:40:31.917Z"
}