# Tag Contact

Adds one or more tags to a contact.

Endpoint: POST /subscriber/tag
Version: 1.0.0

## Request fields (application/json):

  - `email` (string, required)
    Email address of the contact
    Example: "alex.example@klicktipp.example"

  - `tagids` (array, required)
    Array of tag IDs that are assigned to the contact
    Example: [19,20]


