cURL
curl --request POST \ --url https://api.hirehive.com/v1.0/{company_id}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "type": "candidate", "color": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "color": "<string>", "type": "candidate", "status": "active" } }
Create a new tag
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
candidate
job
50
Show child attributes
active
archived
Was this page helpful?