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": "SDowA0dDbAuQLrAU3P3HNxnxV",
"created_at": "2025-01-07T17:18:14.896Z",
"discord": "MP4D8ysiQw",
"email": "Dd2NIxp8@XC.com",
"email_verified": "2025-01-07T17:18:14.896Z",
"first_name": "VItpXEs37TMrlq7XhsYX",
"github": "ZCqjNLaMhTESc4OmXYfs",
"id": "92f01f19-a5fa-4c82-ac7d-131d48c47764",
"image": "https://.KU.com/NE/CRgQSmHLp",
"is_service_account": true,
"last_name": "wUW7",
"name": "YfLvs",
"phone": "+1-278-174-3127",
"updated_at": "2025-01-07T17:18:14.896Z"
}