cURL
curl --request GET \ --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/billing-portal \ --header 'X-SALESBRICKS-KEY: <api-key>'
{ "url": "<string>", "url_expires_at": "2023-11-07T05:31:56Z" }
Get a URL for managing a subscription’s billing portal.
API key for authentication
The ID of the subscription
Successfully retrieved management URL
The response is of type object.
object