action domainsdb_get_api_info_item { label: "get_api_info_item" provider: domainsdb method: GET path: "/info/api" encoding: json input: { type: "object" properties: { api_key: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { customer_email: { type: "string" description: "State" } customer_name: { type: "string" description: "State" } expires: { type: "string" description: "State" } item_id: { type: "string" description: "State" } item_name: { type: "string" description: "State" } license: { type: "string" description: "State" } license_limit: { type: "string" description: "State" } price_id: { type: "string" description: "State" } success: { type: "string" description: "State" } } } }