{ "opencollection": "1.0.0", "info": { "name": "API Reference alerts person API", "version": "1.0.0" }, "items": [ { "info": { "name": "person", "type": "folder" }, "items": [ { "info": { "name": "Check if a person exists", "type": "http" }, "http": { "method": "GET", "url": "https://api.cable.tech/v2/person", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "person_id", "value": "", "type": "query", "description": "The unique identifier of the person" } ] }, "docs": "Check if a person exists" }, { "info": { "name": "Add person information", "type": "http" }, "http": { "method": "POST", "url": "https://api.cable.tech/v2/person", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint for adding new person information" }, { "info": { "name": "Update person in batch", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cable.tech/v2/person", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update person in batch" }, { "info": { "name": "Submit a deletion request for a person and any related data", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cable.tech/v2/person", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation will submit a request to delete the person and any\nrelated data.\n\nThe deletion request will be processed by the system and\nthe data will be removed permanently from Cable's system. Deletion\nrequests are not processed immediately and may take some time to\ncomplete.\n\nThe status of the deletion request can be checked using the\ndeletion request ID and the status endpoint.\n\nThis operation is not intended for regular use and should be used with caution.\n" } ] } ], "bundled": true }