AhaSend · JSON Structure

Api Access Denied Response Structure

AccessDeniedResponse schema from AhaSend API

Type: object Properties: 1
EmailTransactional EmailDeveloper ToolsSMTPWebhooks

AccessDeniedResponse is a JSON Structure definition published by AhaSend, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ahasend/refs/heads/main/json-structure/api-access-denied-response-structure.json",
  "name": "AccessDeniedResponse",
  "description": "AccessDeniedResponse schema from AhaSend API",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The reason your request failed.",
      "examples": [
        "invalid credentials",
        "domain DNS config is not valid"
      ],
      "example": "example_value"
    }
  },
  "example": {
    "status": "invalid credentials"
  }
}