{ "opencollection": "1.0.0", "info": { "name": "Deliverart Addresses 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": "Addresses", "type": "folder" }, "items": [ { "info": { "name": "Addresses — Detail", "type": "http" }, "http": { "method": "GET", "url": "https://pubapi.deliverart.it/address/: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": "Addresses — Detail. Deliverart RPC-style endpoint (GET only)." }, { "info": { "name": "Addresses — Create / From coordinates", "type": "http" }, "http": { "method": "POST", "url": "https://pubapi.deliverart.it/address/create/coordinates", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Addresses — Create / From coordinates. Deliverart RPC-style endpoint (POST only)." }, { "info": { "name": "Addresses — Create / From Google place ID", "type": "http" }, "http": { "method": "POST", "url": "https://pubapi.deliverart.it/address/create/place-id", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://auth.deliverart.it/oauth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Addresses — Create / From Google place ID. Deliverart RPC-style endpoint (POST only)." } ] } ], "bundled": true }