action openchannel_get_stripe_gateway_developer_developer_id_accounts { label: "Returns a developers connected Stripe accounts" description: "- Results are returned for the market provided within the basic authentication credentials\n" provider: openchannel method: GET path: "/stripe-gateway/developer/{developerId}/accounts" encoding: json input: { type: "object" properties: { developerId: { type: "string" } } required: ["developerId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }