API → UsersGet your user
Parameters
No parameters
Returns
- 200 OKsuccessful operation Name Type Req. bodyobjectoptionalObject 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{}