Creates a session URL for the authenticated user to manage their Stripe subscription via the customer portal.
curl --request POST \
--url https://api.fluxer.app/v1/premium/customer-portal \
--header 'Authorization: <api-key>'{
"url": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.fluxer.app/v1/premium/customer-portal \
--header 'Authorization: <api-key>'{
"url": "<string>"
}