{ "opencollection": "1.0.0", "info": { "name": "Deliverart Addresses Password reset API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Password reset", "type": "folder" }, "items": [ { "info": { "name": "Password reset — Request code", "type": "http" }, "http": { "method": "POST", "url": "https://pubapi.deliverart.it/password/reset/code/request", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Password reset — Request code. Deliverart RPC-style endpoint (POST only)." }, { "info": { "name": "Password reset — Check valid code", "type": "http" }, "http": { "method": "POST", "url": "https://pubapi.deliverart.it/password/reset/code/check", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Password reset — Check valid code. Deliverart RPC-style endpoint (POST only)." }, { "info": { "name": "Password reset — Reset password", "type": "http" }, "http": { "method": "POST", "url": "https://pubapi.deliverart.it/password/reset", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Password reset — Reset password. Deliverart RPC-style endpoint (POST only)." } ] } ], "bundled": true }