- Retrieve a subscription order reactivation
Retrieve orders
Create an order
Retrieve an order
Upsert an order
Delete a pending order
Void a subscription order
Change subscription order items
Update a subscription order item
Issue an interim invoice
Retrieve subscription order pauses
Pause a subscription order
Retrieve a subscription order pause
Update a subscription order pause
Delete a subscription order pause
Retrieve subscription order cancellations
Cancel a subscription order
Retrieve a subscription order cancellation
Upsert a subscription order cancellation
Update a subscription order cancellation
Delete a subscription order cancellation
Retrieve subscription order reactivations
Reactivate a subscription order
Retrieve an upcoming subscription order invoice
Issue an upcoming invoice for early pay
Preview an order
Retrieve subscription order summary metrics
Retrieve upcoming subscription order invoice
Issue a specific upcoming invoice for early pay
Hard usage limit reached
Order abandoned reminder
Order abandoned
Order completed
Renewal invoice issued
Soft usage limit reached
Subscription order activated
Subscription order canceled
Subscription order churned
Subscription order created
Subscription order downgraded
Subscription items changed
Order modified
Subscription quantity filled limit reached
Subscription order reactivated
Subscription renewal reminder
Subscription order renewed
Subscription order trial converted
Subscription order trial end reminder
Subscription order trial ended
Subscription order upgraded
Subscription order paused
Subscription order pause created
Subscription order pause modified
Subscription order pause revoked
Subscription order resumed
Trial usage limit reached
Order delinquency time reached
Retrieve a subscription o...
Retrieves a subscription order reactivation with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/subscription-reactivations/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/subscription-reactivations/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/subscription-reactivations/{id}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/subscription-reactivations/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Reactivation retrieved.
ID of the reactivation.
Example:"sub_rct_0YVJ62AF5XCFCA6EBFAAA3Z7E0"
ID of the reactivated subscription.
Example:"sub_01HRF27SATGE4Z6PBJE6PD8328"
ID of the related cancellation.
Example:"sub_cnl_0YVJ5XVQM9CDP8248ZQX0RDMKV"
Date and time of the next subscription renewal. If this field is omitted, this value is computed from the effectiveTime field.
If the subscription is canceled but still active, it is ignored and the next renewal occurs as scheduled.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
{ "id": "sub_rct_0YVJ62AF5XCFCA6EBFAAA3Z7E0", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "cancellationId": "sub_cnl_0YVJ5XVQM9CDP8248ZQX0RDMKV", "description": "string", "renewalTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }