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": "ZBuYzsq7zGMxJZb",
"created_at": "2025-04-25T16:37:32.651Z",
"discord": "ZouXw7pSNU4j3wH",
"email": "2@2F3yUAb.com",
"email_verified": "2025-04-25T16:37:32.651Z",
"first_name": "wWIoTDnBIJyCNsUnus1E8eCp3PGw",
"github": "DuH0bEPTEwJCmamzdZ",
"id": "741739ce-5a46-4b86-946a-89dab506417b",
"image": "https://tpnjTUr2ORBp.IWoFov.com/x51osEfA5/",
"is_service_account": false,
"last_name": "NfbWoH3WmZkE0GwdMG9l9c4us78rkL",
"name": "8zHWoONHH",
"phone": "+1-663-333-2098",
"updated_at": "2025-04-25T16:37:32.651Z"
}