API → UsersGet 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": "neu4Jg17Y3HkX5S8",
"created_at": "2025-07-31T17:20:42.138Z",
"deletion_scheduled": true,
"discord": "XyBkbZourW5Ix4hid9gBzQX",
"email": "dDvno9KI@vG7au.com",
"email_verified": "2025-07-31T17:20:42.138Z",
"first_name": "MKVCVZLsq5IhMAR7MA4cyHH3",
"github": "cw6hYaeZGYo7oTiLMQEcqpZE8",
"id": "d7c2b021-e460-4b86-bdd4-c79710a4a6c0",
"image": "https://1MGQhSM8y9.T.com/Ges9CWJG/WPgK1ree3u",
"is_onboarded": false,
"is_service_account": true,
"last_name": "YC",
"name": "sG8uPRmapB6M5FQBa",
"phone": "+1-986-103-9832",
"updated_at": "2025-07-31T17:20:42.138Z"
}