cURL
curl --request GET \ --url https://app.replyify.ai/api/follow-ups/{id} \ --header 'Authorization: Bearer <token>'
Retrieve a specific follow-up by ID
curl -X GET "https://app.replyify.ai/api/follow-ups/fu_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"