Subscribe to a plan
POST
/v2/organizations/{id}/plans/{plan_id}/subscribeLast modified: 3 days ago
Subscribe an organization to a plan
Request
Path Params
id
string
required
Organization ID
plan_id
string
required
Plan ID
Query Params
billing_interval
enum<string>
required
Billing interval
Allowed values:
monthlyyearlynone
Request samples
Responses
Created(201)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
Parameter Error(422)
HTTP Code: 201
Content Type : JSONapplication/json
subscribed successfully
Data Schema
object {0}
Example
{}
Last modified: 3 days ago