cURL
curl --request POST \ --url https://api.monigo.co/v1/subscriptions \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "customer_id": "<string>", "plan_id": "<string>" } '
{}
Creates a new subscription linking a customer to a plan
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Subscription details
Created
The response is of type object.
object