{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists Projects API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List Fax Services", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v3/projects/:project_id/services", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ] }, "docs": "Returns a list of all fax services in the project." }, { "info": { "name": "Create a Fax Service", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v3/projects/:project_id/services", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new fax service with configuration for sending and receiving faxes, including webhook URLs for incoming fax notifications." }, { "info": { "name": "Get a Fax Service", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v3/projects/:project_id/services/:service_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "service_id", "value": "", "type": "path", "description": "The unique service identifier" } ] }, "docs": "Returns the details of a specific fax service." }, { "info": { "name": "Update a Fax Service", "type": "http" }, "http": { "method": "PATCH", "url": "https://brands.api.sinch.com/v3/projects/:project_id/services/:service_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "service_id", "value": "", "type": "path", "description": "The unique service identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a specific fax service." }, { "info": { "name": "Delete a Fax Service", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/v3/projects/:project_id/services/:service_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "service_id", "value": "", "type": "path", "description": "The unique service identifier" } ] }, "docs": "Deletes a specific fax service." }, { "info": { "name": "List Numbers for a Service", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v3/projects/:project_id/services/:service_id/numbers", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "service_id", "value": "", "type": "path", "description": "The unique service identifier" } ] }, "docs": "Returns the list of phone numbers assigned to a fax service." } ] } ], "bundled": true }