{ "opencollection": "1.0.0", "info": { "name": "Salsa Payroll Companies Webhooks API", "version": "rest-v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all webhook endpoints.", "type": "http" }, "http": { "method": "GET", "url": "https://api.salsa.dev/api/rest/v1/webhook-endpoints" }, "docs": "Retrieve all webhook endpoints." }, { "info": { "name": "Register a webhook endpoint.", "type": "http" }, "http": { "method": "POST", "url": "https://api.salsa.dev/api/rest/v1/webhook-endpoints", "body": { "type": "json", "data": "{}" } }, "docs": "Register a webhook endpoint." }, { "info": { "name": "Retrieve a webhook endpoint.", "type": "http" }, "http": { "method": "GET", "url": "https://api.salsa.dev/api/rest/v1/webhook-endpoints/:webhookEndpointId", "params": [ { "name": "webhookEndpointId", "value": "", "type": "path" } ] }, "docs": "Retrieve a webhook endpoint." }, { "info": { "name": "Update a webhook endpoint.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.salsa.dev/api/rest/v1/webhook-endpoints/:webhookEndpointId", "params": [ { "name": "webhookEndpointId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook endpoint." } ] } ], "bundled": true }