With the Manage My Subscription feature, you can embed a link within your app where your customers can manage their subscriptions (for example, increase license counts or change plans) and manage their payments.Documentation Index
Fetch the complete documentation index at: https://docs.salesbricks.com/llms.txt
Use this file to discover all available pages before exploring further.
Gather the customer's subscription ID.
This is referenced as
subscription_id within the Webhooks and APIs.This data can be captured through our Webhooks (for example, the order.complete webhook), or queried using our GraphQL API.When the link is clicked, your system will need to make a call to Salesbricks' GraphQL API.
https://api.salesbricks.com/api/v1/graphqlGraphQL
JSON
Append the token ID from the response to the following base URL to create the customer-specific subscription link:
https://app.salesbricks.com/subscription-management/ + <TOKEN_ID>Example: https://app.salesbricks.com/subscription-management/546c21827-8009-4f13-933d-22c8c8a9fb9a