API → PaymentsCreate the subscription for a user
Parameters
Name
Type
Req.
- bodyapplication/jsonobjectoptional- Object Properties
Returns
- 201 Createdsuccessful creation Name Type Req. bodyobjectoptionalObject Properties- modeling_appobjectoptional- Object Properties- priceoneOfoptional- One of- enterpriseobjectoptional- Object Properties- Possible values- enterprise
 
 
 
- Possible values- community: Community support.
- standard_email: Standard email support.
- priority_email: Priority email support.
- premium: Premium support.
 
- Possible values- always: The data is always used for training and cannot be turned off.
- default_on: The data is used for training by default, but can be turned off.
- default_off: The data is not used for training by default, but can be turned on.
 
- typeoneOfoptional- One of- individualobjectoptional- Object Properties- Possible values- individual
 
 
- organizationobjectoptional
 
 
 
post
/user/payment/subscriptions$ curl -X POST "https://api.zoo.dev/user/payment/subscriptions" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{}'201 Created
Response{}