Add tag to profiles
POST {{API_BASE_URL}}/tags/addToProfiles
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
color | string |
Request Body
{"title"=>"my_new_tag", "color"=>"pink", "browserIds"=>["string"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"6307391ad67741134c59b7f2","title":"my_new_tag","color":"pink","success":true,"isNewAdded":true}