{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists Contacts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/contacts", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "page_size", "value": "", "type": "query", "description": "The number of contacts per page" }, { "name": "page_token", "value": "", "type": "query", "description": "Pagination token for the next page" } ] }, "docs": "Returns a list of contacts in the project with pagination support." }, { "info": { "name": "Create a Contact", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/contacts", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new contact with one or more channel identities." }, { "info": { "name": "Get a Contact", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/contacts/:contact_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "contact_id", "value": "", "type": "path", "description": "The unique contact identifier" } ] }, "docs": "Returns the details of a specific contact." }, { "info": { "name": "Update a Contact", "type": "http" }, "http": { "method": "PATCH", "url": "https://brands.api.sinch.com/v1/projects/:project_id/contacts/:contact_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "contact_id", "value": "", "type": "path", "description": "The unique contact identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of a specific contact." }, { "info": { "name": "Delete a Contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/v1/projects/:project_id/contacts/:contact_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "contact_id", "value": "", "type": "path", "description": "The unique contact identifier" } ] }, "docs": "Deletes a specific contact and all associated data." }, { "info": { "name": "Merge Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/contacts:merge", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Merges two contacts into one, combining their channel identities and conversation history." } ] } ], "bundled": true }