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": true,
"company": "nDw6KhZI3Ks50XcmLn8CenaBxi",
"created_at": "2025-02-05T02:30:50.994Z",
"discord": "AN2BxAZ8paEJee",
"email": "Q@yMoL.com",
"email_verified": "2025-02-05T02:30:50.994Z",
"first_name": "v7SZNQdaikUPGKVHCNOxG0Pus",
"github": "2SU1gc426JUhUN7UAV3SZT2Fyy",
"id": "aaa69149-f951-418f-9fe2-1d7de8a78293",
"image": "https://1pnUj.8t.com/au8DnDU08HbY/",
"is_service_account": true,
"last_name": "",
"name": "Gm",
"phone": "+1-368-742-7340",
"updated_at": "2025-02-05T02:30:50.994Z"
}