{ "opencollection": "1.0.0", "info": { "name": "Tripleseat Accounts Contacts API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.tripleseat.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Create Contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.tripleseat.com/v1/contacts.json", "body": { "type": "json", "data": "{}" } }, "docs": "Create a contact and associate it with an account. Every contact must be associated with an account via account_id." } ] } ], "bundled": true }