Prospects
Assign Tags
POST
/v1/prospects/tags/assignPOST
/v1/prospects/tags/assign
to assign tags to prospects
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Request Body
application/jsonRequiredprospectsarray<number>
IDs of the prospects
Example:["2dP27N0gZ4","bzZWZpl4wM","2dP27NrgZ3"]prospectsEmailsarray<string>
Email addresses associated with the prospects
Example:["[email protected]","[email protected]"]tagsarray<string>
Names of the new tags to be created and attached to the given prospects
Example:["Tag1","Tag2"]Responses
201
Tags are assigned to prospects successfully