API → UsersUpdate your user
Parameters
Name
Type
Req.
- bodyapplication/jsonobjectoptional- Object Properties
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.
 
 
put
/user$ curl -X PUT "https://api.zoo.dev/user" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{}'200 OK
Response{}