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": "uN4k6",
"created_at": "2025-07-25T20:54:27.841Z",
"deletion_scheduled": false,
"discord": "8DMAjTXxFRUx9r8VRvSyMT",
"email": "x6GJA@2zdqQMoc.com",
"email_verified": "2025-07-25T20:54:27.841Z",
"first_name": "xiIzxX7WYUIAAYyX",
"github": "dG2tmawDPbhS3qN6BHPhFbj2",
"id": "8041146c-cf6d-431d-8bf4-33e0f87010da",
"image": "https://tkXGTn25k.NPR88A4TVBnx.com/zzcG/d4Iqbgae",
"is_onboarded": true,
"is_service_account": false,
"last_name": "HiB97bqpWvS",
"name": "ln9IyV4xGVIs2T9QD6c",
"phone": "+1-143-544-5126",
"updated_at": "2025-07-25T20:54:27.841Z"
}