Creates a self-service billing portal session for the authenticated tenant to manage their subscription, payment method, and invoices. Requires an existing subscription.
Request
Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Responses
🟢200
application/json
Billing portal session created.
Bodyapplication/json
🟠400
🟠401
🟠404
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.snakk.ai/api/billing/create-portal-session' \
--header'X-API-Key: <api-key>'