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": false,
"company": "Gf9KgwvztPozIazqqdho",
"created_at": "2025-01-03T00:06:33.931Z",
"discord": "q",
"email": "upzL6AW@DU.com",
"email_verified": "2025-01-03T00:06:33.931Z",
"first_name": "vkHSsYGCeCYRjHH",
"github": "HKTskF",
"id": "8cfc29ff-c096-4d21-9d0f-3c255ef41b4d",
"image": "https://m2nwJ2s3XM.jg8EoGvhcu.com/63YZjI0A/zhwR",
"is_service_account": true,
"last_name": "1zVwOFh",
"name": "YoEC",
"phone": "+1-194-345-3474",
"updated_at": "2025-01-03T00:06:33.931Z"
}