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": "ePhpQbjszi2xj",
"created_at": "2025-05-09T08:27:12.207Z",
"deletion_scheduled": true,
"discord": "4",
"email": "@Gsx.com",
"email_verified": "2025-05-09T08:27:12.207Z",
"first_name": "FBLn3tcqlz8NVV5vI8r5c",
"github": "3z",
"id": "f8e08acb-1f20-44d8-bac8-8864ebabf107",
"image": "https://iL7POY.AJlW0iHL.com/5PxCE/bz",
"is_service_account": true,
"last_name": "p9aZVfJQtevVRX7stiqGF",
"name": "0j",
"phone": "+1-144-345-4511",
"updated_at": "2025-05-09T08:27:12.207Z"
}