AhaSend · Schema

BadRequestResponse

BadRequestResponse schema from AhaSend API

EmailTransactional EmailDeveloper ToolsSMTPWebhooks

Properties

Name Type Description
status string
View JSON Schema on GitHub

JSON Schema

api-bad-request-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ahasend/refs/heads/main/json-schema/api-bad-request-response-schema.json",
  "title": "BadRequestResponse",
  "description": "BadRequestResponse schema from AhaSend API",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "examples": [
        "domain is not yours",
        "domain DNS config is not valid"
      ],
      "example": "example_value"
    }
  },
  "example": {
    "status": "bad request"
  }
}