action openchannel_get_developer_accounts_developer_account_id { label: "Returns a single developer account" provider: openchannel method: GET path: "/developerAccounts/{developerAccountId}" encoding: json input: { type: "object" properties: { developerAccountId: { type: "string" } } required: ["developerAccountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }