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": "ECx",
"created_at": "2024-09-20T22:41:55.460Z",
"discord": "0MdJBXHLIVmo1QNkybVYRAX",
"email": "S381Y@.com",
"email_verified": "2024-09-20T22:41:55.460Z",
"first_name": "3AWYvTcJilAvWLl",
"github": "yNo",
"id": "ee8fb19e-f916-4e10-86c4-8a95e47b27c7",
"image": "https://C1ozCqoErRA.yOY8.com/ojfxKYZ/aL7NHdf8",
"is_service_account": true,
"last_name": "GZ8AK",
"name": "fcx6VVkVyjdGty2Rqys6JaESzC8sp",
"phone": "+1-959-671-6096",
"updated_at": "2024-09-20T22:41:55.460Z"
}