get_subscription_status
Check your subscription plan and current todo usage to manage your account limits and billing status.
Instructions
Get the user's subscription status and todo usage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authToken | Yes | Authentication token from Kinde |
Input Schema (JSON Schema)
{
"properties": {
"authToken": {
"description": "Authentication token from Kinde",
"type": "string"
}
},
"required": [
"authToken"
],
"type": "object"
}