action ix_api_contacts_list { label: "contacts_list" description: "List available contacts managed by the authorized account." provider: ix_api method: GET path: "/contacts" encoding: json input: { type: "object" properties: { consuming_account: { type: "string" } external_ref: { type: "string" } id: { type: "array" items: { type: "string" } } managing_account: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }