get_api_scenarios
Retrieve step-by-step scenarios for common API operations and workflows across domains, mailboxes, users, billing, and other categories to guide API integration.
Instructions
Get step-by-step scenarios for common API operations and workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | API category to get scenarios for | |
scenario | No | Specific scenario name within the category |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "API category to get scenarios for",
"enum": [
"workspace",
"domains",
"mailboxes",
"wallet",
"exports",
"users",
"billing",
"subscriptions",
"dns"
],
"type": "string"
},
"scenario": {
"description": "Specific scenario name within the category",
"type": "string"
}
},
"type": "object"
}