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": true,
"company": "dUqN",
"created_at": "2024-11-26T22:38:06.243Z",
"discord": "oP6Qv5s2",
"email": "1l3Kp5tQ5O@FDGh3n4.com",
"email_verified": "2024-11-26T22:38:06.243Z",
"first_name": "CAjHeVOXMhlBUNVfbph",
"github": "xU9GezNWGsw1VhlU",
"id": "c7e380ad-139c-4160-ba23-975449802105",
"image": "https://DI.YZwHla6Mzm.com/FKmF93yWJJ2W/5",
"is_service_account": true,
"last_name": "fju49rkhqsgBCdQ9nYBLglUHemTl",
"name": "ozhY34dGY7VBJriRUm0uYujc25XO",
"phone": "+1-653-952-2271",
"updated_at": "2024-11-26T22:38:06.243Z"
}