{ "opencollection": "1.0.0", "info": { "name": "Convoy API Reference Delivery Attempts Meta Events API", "version": "26.3.5" }, "items": [ { "info": { "name": "Meta Events", "type": "folder" }, "items": [ { "info": { "name": "List All Meta Events", "type": "http" }, "http": { "method": "GET", "url": "https://us.getconvoy.cloud/api/v1/projects/:projectID/meta-events", "params": [ { "name": "projectID", "value": "", "type": "path", "description": "Project ID" }, { "name": "direction", "value": "", "type": "query" }, { "name": "endDate", "value": "2008-05-02T15:04:05", "type": "query", "description": "The end date" }, { "name": "next_page_cursor", "value": "01H0JA5MEES38RRK3HTEJC647K", "type": "query", "description": "A pagination cursor to fetch the next page of a list" }, { "name": "perPage", "value": "20", "type": "query", "description": "The number of items to return per page" }, { "name": "prev_page_cursor", "value": "01H0JATTVCXZK8FRDX1M1JN3QY", "type": "query", "description": "A pagination cursor to fetch the previous page of a list" }, { "name": "sort", "value": "ASC | DESC", "type": "query", "description": "Sort order, values are `ASC` or `DESC`, defaults to `DESC`" }, { "name": "startDate", "value": "2006-01-02T15:04:05", "type": "query", "description": "The start date" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This endpoint fetches meta events with pagination" }, { "info": { "name": "Retrieve a Meta Event", "type": "http" }, "http": { "method": "GET", "url": "https://us.getconvoy.cloud/api/v1/projects/:projectID/meta-events/:metaEventID", "params": [ { "name": "projectID", "value": "", "type": "path", "description": "Project ID" }, { "name": "metaEventID", "value": "", "type": "path", "description": "meta event id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This endpoint retrieves a meta event" }, { "info": { "name": "Retry Meta Event", "type": "http" }, "http": { "method": "PUT", "url": "https://us.getconvoy.cloud/api/v1/projects/:projectID/meta-events/:metaEventID/resend", "params": [ { "name": "projectID", "value": "", "type": "path", "description": "Project ID" }, { "name": "metaEventID", "value": "", "type": "path", "description": "meta event id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This endpoint retries a meta event" } ] } ], "bundled": true }