{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Contacts API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/contacts", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Properties to include" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "$orderby", "value": "", "type": "query", "description": "Sort order" } ] }, "docs": "Retrieve a list of contact records." }, { "info": { "name": "Microsoft Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact record." } ] } ], "bundled": true }