{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Business Cards API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "BusinessCards", "type": "folder" }, "items": [ { "info": { "name": "Get business cards details", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/BusinessCards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch the details of a business card by its ID." }, { "info": { "name": "Update business card", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/BusinessCards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an existing business card by its ID." }, { "info": { "name": "Patch business card", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.spotio2.com/api/BusinessCards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Partially update a business card by its ID." }, { "info": { "name": "Delete business card", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/BusinessCards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a business card by its ID." }, { "info": { "name": "Get business cards list", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/BusinessCards", "params": [ { "name": "name", "value": "", "type": "query", "description": "Optional name filter for the list" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch a list of business cards with optional name filter." }, { "info": { "name": "Create business card", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/BusinessCards", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new business card." }, { "info": { "name": "Clone business card", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/BusinessCards/:id/clone", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a copy of a business card by its ID." }, { "info": { "name": "Share business card with users", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/BusinessCards/:id/shareWithTeammate", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Share a business card with a list of user IDs." }, { "info": { "name": "Preview business card", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/BusinessCards/:id/preview", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Generate a preview URL of the business card by its ID." }, { "info": { "name": "Share business card", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/BusinessCards/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Share a business card by its ID." }, { "info": { "name": "Render business card data", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/BusinessCards/:id/render", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve business card data for rendering." }, { "info": { "name": "Download business card data", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/BusinessCards/:id/download", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the business card" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns an UTF-8 formatted .vcf file containing business card data for given ID." }, { "info": { "name": "Get business cards settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/BusinessCards/settings", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch the business cards settings." }, { "info": { "name": "Update business cards settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/BusinessCards/settings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update the business cards settings." } ] } ], "bundled": true }