action ritekit_list_of_ctas { label: "List of CTAs" description: "Returns list of available CTA for current user. Requires each user to authenticate with RiteKit" provider: ritekit method: GET path: "/v1/link/cta" encoding: json output: { type: "object" additionalProperties: true } }