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": "d75uKwAitao1J4gA",
"created_at": "2025-04-21T20:02:44.763Z",
"discord": "lVcOnX52LhbCM1nV",
"email": "Qwy@WK1a8FD.com",
"email_verified": "2025-04-21T20:02:44.763Z",
"first_name": "rpnsuZVrXMfCFPy1ff",
"github": "BYNsa1fqc6jNHoE9",
"id": "ad9c5c67-5bb7-4cff-82af-e53320ccd917",
"image": "https://raTfSNnP7.UEgvPMQ.com/dl5K5PC/tCxDWU",
"is_service_account": true,
"last_name": "9V5NLLzuZzMqPnBd16T",
"name": "hETeqFDO40gWZYRh",
"phone": "+1-799-938-2080",
"updated_at": "2025-04-21T20:02:44.763Z"
}