{ "opencollection": "1.0.0", "info": { "name": "Render Public Audit Logs Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/webhooks", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." }, { "name": "ownerId", "value": "", "type": "query", "description": "The ID of the workspaces to return resources for" } ] }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.render.com/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook.\n" }, { "info": { "name": "Retrieve a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Unique identifier for the webhook" } ] }, "docs": "Retrieve the webhook with the provided ID" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.render.com/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Unique identifier for the webhook" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the webhook with the provided ID.\n" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.render.com/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Unique identifier for the webhook" } ] }, "docs": "Delete the webhook with the provided ID.\n" }, { "info": { "name": "List webhook events", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/webhooks/:webhookId/events", "params": [ { "name": "sentBefore", "value": "2021-06-17T08:15:30Z", "type": "query", "description": "Filter events sent before this time (specified as an ISO 8601 timestamp)" }, { "name": "sentAfter", "value": "2021-02-17T08:15:30Z", "type": "query", "description": "Filter for resources sent after a certain time (specified as an ISO 8601 timestamp)" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." }, { "name": "cursor", "value": "", "type": "query", "description": "The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." } ] }, "docs": "Retrieve a list of events that have been sent to this webhook, with optional filtering by timestamp.\n" } ] } ], "bundled": true }