Skip to main content
POST
cURL
Create a contact tag. Tag names must be unique within the workspace.

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).

Body

application/json
name
string
required

Tag name. Unique within the workspace.

Maximum string length: 100
color
string

Optional colour (hex or named).

Maximum string length: 50

Response

200 - application/json

Tag created (HTTP 201).

data
object