cURL
curl --request POST \ --url https://api-v2.missioninbox.com/billing/reactivate_subscription/ \ --header 'Authorization: Basic <encoded-value>'
{ "subscription_id": "<string>", "status": "<string>", "cancel_at_period_end": true, "message": "<string>" }
Reactivate a subscription that was set to cancel at period end.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password