Skip to main content
POST
/
org
/
{org_id}
/
prospects
/
{prospect_id}
/
tags
Add tags to prospect
curl --request POST \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/prospects/{prospect_id}/tags \
  --header 'Content-Type: application/json' \
  --data '
{
  "tag_ids": [
    "<string>"
  ]
}
'
{
  "data": "<unknown>",
  "error": "<unknown>",
  "message": "<string>",
  "status": true
}

Path Parameters

org_id
string
required

Organization ID

prospect_id
string
required

Prospect ID

Body

application/json

Tag IDs to add

tag_ids
string[]
required
Minimum array length: 1

Response

OK

data
any
error
any
message
string
status
boolean