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 GET \ --url https://api.setteo.io/v1/leads/{lead}/tags/{leadTag} \ --header 'Authorization: Bearer <token>'
{ "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" } } }
Retourne une association prospect-tag.
Token API généré depuis votre espace de travail Setteo.
Identifiant du prospect.
1
Identifiant de l’association prospect-tag.
Association trouvée.
Show child attributes