action nordigen_accounts_details_retrieve { label: "accounts_details_retrieve" description: "Access account details.\n\nAccount details will be returned in Berlin Group PSD2 format." provider: nordigen method: GET path: "/api/v2/accounts/{id}/details/" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" description: "A UUID string identifying this account." } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }