Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get the Stripe customer portal URL for managing subscription
| Field | Value |
|---|
| Name | get_subscription_management_url |
| Group | Subscriptions |
Playground
{
"type": "object",
"properties": {},
"additionalProperties": false,
"description": "Input schema for the get_subscription_management_url tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}
Output schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The url associated with this tool result."
}
},
"required": [
"url"
],
"additionalProperties": false,
"description": "Structured result returned by the get_subscription_management_url tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}