Skip to main content
POST
Create subscription
Subscribes your account to a service plan (product tier). Only one subscription per service plan is allowed. If you already have a subscription to the service plan, the request fails. Look up serviceId and productTierId with List service plans.

Authorization

Session cookie set by Sign in: omnistrate_token=<jwt>.

Body

string
required
ID of the service to subscribe to, for example s-123456.
string
required
ID of the product tier to subscribe to.
Request

Response

Returns the new subscription ID as a JSON string.
200 OK

Errors

See Error for the error response shape.