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": "fidYtnKJd4Yl25ZfOYUtHX",
"created_at": "2025-03-12T17:30:19.194Z",
"discord": "LNQs7g27zIFW7",
"email": "79KTvP@.com",
"email_verified": "2025-03-12T17:30:19.194Z",
"first_name": "",
"github": "9Z5pvORzetSmZ",
"id": "e0a15213-dbd5-4e88-b693-f4974dee20c9",
"image": "https://xs05.8SUuA2n.com//MrAjyhN",
"is_service_account": true,
"last_name": "AMpt6RX",
"name": "ZNhdRXaPLShat",
"phone": "+1-530-648-9336",
"updated_at": "2025-03-12T17:30:19.194Z"
}