Scaleway · Schema
scaleway.transactional_email.v1alpha1.Blocklist
Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
Properties
| Name | Type | Description |
|---|---|---|
| id | string | ID of the blocklist. |
| domain_id | string | Domain ID linked to the blocklist. |
| created_at | string | Date and time of the blocklist creation. (RFC 3339 format) |
| updated_at | string | Date and time of the blocklist's last update. (RFC 3339 format) |
| ends_at | string | Date and time when the blocklist ends. Empty if the blocklist has no end. (RFC 3339 format) |
| string | Email blocked by the blocklist. | |
| type | string | Type of block for this email. |
| reason | string | Reason to block this email. |
| custom | boolean | True if this blocklist was created manually. False for an automatic Transactional Email blocklist. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/scaleway.transactional_email.v1alpha1.Blocklist",
"title": "scaleway.transactional_email.v1alpha1.Blocklist",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "ID of the blocklist."
},
"domain_id": {
"type": "string",
"description": "Domain ID linked to the blocklist."
},
"created_at": {
"type": "string",
"description": "Date and time of the blocklist creation. (RFC 3339 format)",
"format": "date-time",
"example": "2022-03-22T12:34:56.123456Z",
"nullable": true
},
"updated_at": {
"type": "string",
"description": "Date and time of the blocklist's last update. (RFC 3339 format)",
"format": "date-time",
"example": "2022-03-22T12:34:56.123456Z",
"nullable": true
},
"ends_at": {
"type": "string",
"description": "Date and time when the blocklist ends. Empty if the blocklist has no end. (RFC 3339 format)",
"format": "date-time",
"example": "2022-03-22T12:34:56.123456Z",
"nullable": true
},
"email": {
"type": "string",
"description": "Email blocked by the blocklist."
},
"type": {
"type": "string",
"description": "Type of block for this email.",
"enum": [
"unknown_type",
"mailbox_full",
"mailbox_not_found"
],
"x-enum-descriptions": {
"values": {
"unknown_type": "If unspecified, the type of blocklist is unknown by default",
"mailbox_full": "The recipient's mailbox is full and cannot receive any new email",
"mailbox_not_found": "The recipient's mailbox does not exist"
}
},
"default": "unknown_type"
},
"reason": {
"type": "string",
"description": "Reason to block this email."
},
"custom": {
"type": "boolean",
"description": "True if this blocklist was created manually. False for an automatic Transactional Email blocklist."
}
},
"x-properties-order": [
"id",
"domain_id",
"created_at",
"updated_at",
"ends_at",
"email",
"type",
"reason",
"custom"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/scaleway-scalewaytransactional-emailv1alpha1blocklist"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.