Maildesk API
    • Maildesk Webhook
    • API Authentication
    • Subscribers
      • Get a subscriber by ID
        GET
      • Update a subscriber
        PUT
      • Delete a subscriber
        DELETE
      • Get all subscribers
        GET
      • Create a new subscriber
        POST
      • Create up to 100 subscribers in a single request
        POST
    • Tags
      • Get all tags
        GET
      • Create a new tag
        POST
      • Get a tag by ID
        GET
      • Update a tag
        PUT
      • Delete a tag
        DELETE
    • Schemas
      • Schemas
      • ContactApiResponse
      • UpdateContactAPIRequest
      • PaginatedApiResponse
      • CreateContactAPIRequest
      • PaginatedTagsApiResponse
      • BulkCreateContactAPIRequest
      • CreateTagApiRequest
      • BulkContactApiResponse
      • TagApiResponse
      • UpdateTagApiRequest
      • ContactResponseDto
      • TagResponse
      • BulkContactFailure

    BulkContactApiResponse

    {
        "failed": [
            {
                "index": 3,
                "email": "duplicate@example.com",
                "reason": "DUPLICATE_IN_REQUEST"
            }
        ]
    }
    Built with