Skip to main content
GET
/
api
/
follow-ups
/
{id}
Get Follow-up
curl --request GET \
  --url https://app.replyify.ai/api/follow-ups/{id} \
  --header 'Authorization: Bearer <token>'

Path Parameters

id
string
required
The follow-up ID

Response

Returns the full follow-up object including contact, client, and reply details.
curl -X GET "https://app.replyify.ai/api/follow-ups/fu_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"