Check if a specific lead is reachable via iMessage
Check iMessage availability for a single lead using their stored phone numbers and emails. Tuco checks every address on the lead (phone, email, altPhone1-3, altEmail1-3) and stops at the first one that is iMessage-capable. Updates the lead’sDocumentation Index
Fetch the complete documentation index at: https://docs.tuco.ai/llms.txt
Use this file to discover all available pages before exploring further.
availabilityStatus field.
667f1f77bcf86cd799439012true on a 200 response."available" — at least one stored address supports iMessage"unavailable" — none of the stored addresses support iMessage"error" — the check failed (temporary issue)| Status | When | Body |
|---|---|---|
400 | Missing id parameter | { "error": "Lead ID is required" } |
401 | Invalid or missing API key | { "error": "Unauthorized" } |
404 | Lead not found | { "error": "Lead not found" } |
429 | API rate limit exceeded (200 req/min) | { "error": "Rate limit exceeded" } |
429 | All lines hit daily cap (70/day/line) | { "error": "Daily availability check quota exhausted" } |
500 | Internal server error | { "error": "Internal server error" } |