Create new tag

POST /api-v1/tag/contact

Headers

Body Required

name

string string

Responses

POST /api-v1/tag/contact
curl \
 -X POST http://wyzio.app/api-v1/tag/contact \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string" \
 -d '"string"'
Request example
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
"string"
Response examples (200)
42