Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.setteo.io/v1/leads/{lead}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "tag_id": 1 }'
{ "data": { "id": 10, "lead_id": 123, "tag_id": 1, "created_at": "2026-07-08T12:00:00Z", "updated_at": "2026-07-08T12:00:00Z", "tag": { "id": 1, "label": "Prospect chaud", "description": "Prospect prêt à réserver un appel.", "pipeline_stage": "qualified", "created_at": "2026-07-08T12:00:00Z", "updated_at": "2026-07-08T12:00:00Z" } } }
Associe un tag existant à un prospect.
Token API généré depuis votre espace de travail Setteo.
Identifiant du prospect.
1
Association existante.
Show child attributes