Export Subscriptions
Intent
Reads the subscriptions without changing it.
When to call it
Call this after your application has received or stored the identifier for the subscriptions.
Access boundary
Authorize the request with a token that carries subscriptions:read or subscriptions:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Export subscriptions as a CSV file.
GET
Export Subscriptions
Authorizations
Query Parameters
Return only records matching organization ID. Identifier of the organization.
Example:
"1dbfc517-0bbf-4301-9ba8-555ca42b9737"
Response
Request completed successfully
The response is of type string.
Previous
Create Subscription### Intent
Creates a subscription from the values supplied in the request.
### When to call it
Call this when your application has collected the required values and is ready to create a subscription.
### Access boundary
Authorize the request with a token that carries `subscriptions:write`.
### Successful result
A successful request returns `201`. The response schema below defines the body your integration receives.
### Operational notes
This endpoint only allows to create subscription on free products.
For paid products, use the checkout flow.
No initial order will be created and no confirmation email will be sent.
Next
Export Subscriptions