Skip to main content
POST
cURL
Assign one or more tags to a contact. Idempotent — tags already present are left as-is. Tag IDs come from List Contact Tags.

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).

Path Parameters

id
integer
required

Numeric contact ID.

Example:

8801

Body

application/json
tag_ids
integer[]
required

Tag IDs to assign (must exist in this workspace).

Minimum array length: 1

Response

200 - application/json

Tags assigned.

data
object