{ "opencollection": "1.0.0", "info": { "name": "Deliverart Addresses Customers 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": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Customers — Detail", "type": "http" }, "http": { "method": "GET", "url": "https://pubapi.deliverart.it/customer/:id/detail", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Customers — Detail. Deliverart RPC-style endpoint (GET only)." }, { "info": { "name": "Customers — Create", "type": "http" }, "http": { "method": "POST", "url": "https://pubapi.deliverart.it/pos/:id/customer/create", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Customers — Create. Deliverart RPC-style endpoint (POST only)." }, { "info": { "name": "Customers — Update", "type": "http" }, "http": { "method": "POST", "url": "https://pubapi.deliverart.it/customer/:id/update", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Customers — Update. Deliverart RPC-style endpoint (POST only)." }, { "info": { "name": "Customers — Delete", "type": "http" }, "http": { "method": "POST", "url": "https://pubapi.deliverart.it/customer/:id/delete", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Customers — Delete. Deliverart RPC-style endpoint (POST only)." }, { "info": { "name": "Customers — Order / List", "type": "http" }, "http": { "method": "GET", "url": "https://pubapi.deliverart.it/customer/:id/order/list", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Customers — Order / List. Deliverart RPC-style endpoint (GET only)." } ] } ], "bundled": true }