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": "jYu3odc2rMbB3WqTMojtRbJp",
"created_at": "2025-03-12T16:54:20.880Z",
"discord": "FIDzeW3aj4XLOKiF81g4P3",
"email": "j@9II7T.com",
"email_verified": "2025-03-12T16:54:20.880Z",
"first_name": "hVPjaWTQPz",
"github": "QxMNCRasp5H5",
"id": "f26c9e56-2d6b-4b5f-99d7-f9600b515886",
"image": "https://.DI.com/mLWmo4OC/wsQGsz3nS2",
"is_service_account": false,
"last_name": "chLcPy18MQ976",
"name": "V6VYpPGOORZ",
"phone": "+1-155-591-6947",
"updated_at": "2025-03-12T16:54:20.880Z"
}