Create Subscription
POST /subscriptions
Description
Create a new subscription for a plan.
Authentication
Bearer Token
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer {{token}} | Yes |
| Content-Type | application/json | Yes |
Request Body
{
"planIdString": "37fadf0a-8037-4a57-95e6-f274cc030be9"
}
| Field | Type | Required | Description |
|---|---|---|---|
planIdString | string (UUID) | Yes | ID of the subscription plan |