{ "opencollection": "1.0.0", "info": { "name": "Holvi PSD2 Account Information Third Party Provider API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Holvi-Client-Id", "value": "{{X-Holvi-Client-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Third Party Provider", "type": "folder" }, "items": [ { "info": { "name": "Renew a TPP client certificate", "type": "http" }, "http": { "method": "POST", "url": "https://api.psd2.holvi.com/api/v2/renew-certificate/", "body": { "type": "multipart-form", "data": [ { "name": "new_certificate", "type": "text", "value": "" }, { "name": "application_id", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Renews the eIDAS client certificate for a given application_id." } ] } ], "bundled": true }