Skip to content

Activate subscription after Rebill checkout

POST
/v1/billing/rebill-activate
curl --request POST \
--url https://shareout.site/v1/billing/rebill-activate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "subscription_id": "example", "rebill_subscription_id": "example", "rebill_customer_id": "example" }'
Media type application/json
object
subscription_id
required
string
rebill_subscription_id
required
string
rebill_customer_id
string
Example generated
{
"subscription_id": "example",
"rebill_subscription_id": "example",
"rebill_customer_id": "example"
}

Subscription activated