{ "opencollection": "1.0.0", "info": { "name": "Managed Database for PostgreSQL and MySQL Access Control List Statistics API", "version": "v1" }, "items": [ { "info": { "name": "Statistics", "type": "folder" }, "items": [ { "info": { "name": "Email statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/transactional-email/v1alpha1/regions/:region/statistics", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "project_id", "value": "", "type": "query", "description": "(Optional) Number of emails for this Project. (UUID format)" }, { "name": "domain_id", "value": "", "type": "query", "description": "(Optional) Number of emails sent from this domain (must be coherent with the `project_id` and the `organization_id`). (UUID format)" }, { "name": "since", "value": "", "type": "query", "description": "(Optional) Number of emails created after this date. (RFC 3339 format)" }, { "name": "until", "value": "", "type": "query", "description": "(Optional) Number of emails created before this date. (RFC 3339 format)" }, { "name": "mail_from", "value": "", "type": "query", "description": "(Optional) Number of emails sent with this sender's email address." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Get information on your emails' statuses." } ] } ], "bundled": true }