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": false,
"company": "xiroiLz6aZm",
"created_at": "2025-04-17T14:10:17.987Z",
"discord": "2TwwXSRqbUYLNOiUcn",
"email": "61WeqJ8py@EiSmq0p6kJ.com",
"email_verified": "2025-04-17T14:10:17.987Z",
"first_name": "m14CEtaW",
"github": "sZDJDNlSAn",
"id": "94ebd1e8-780b-4aeb-a117-6f0a9c8147b6",
"image": "https://M2byoF0.LUdSMl6n2XD.com//y",
"is_service_account": true,
"last_name": "AWjXfaQPJnVOklEdd6H65hOVSR4U",
"name": "giIAMq5xug0PGTvMhlafPGl",
"phone": "+1-597-393-9792",
"updated_at": "2025-04-17T14:10:17.987Z"
}