brevo · Schema

CreateSenderResponse

Properties

Name Type Description
id integer Unique identifier of the newly created sender.
View JSON Schema on GitHub

JSON Schema

brevo-createsenderresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateSenderResponse",
  "title": "CreateSenderResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier of the newly created sender."
    }
  }
}