cURL
curl --request POST \ --url https://api.dualship.run/api/v1/billing/portal \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "return_url": "<string>", "workspace_id": "<string>" } '
{ "url": "<string>" }
Create a Stripe customer portal session for subscription management
Documentation IndexFetch the complete documentation index at: https://docs.dualship.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dualship.run/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication
Portal request
OK
Was this page helpful?