Skip to main content
GET
/
templates
/
{template_id}
/
reminders
List Template Reminders
curl --request GET \
  --url https://ielmshcswdhuacyjlpiy.supabase.co/functions/v1/signing-request-api/templates/{template_id}/reminders \
  --header 'Authorization: <api-key>'
{
  "results": [
    {
      "id": "750e8400-e29b-41d4-a716-446655440010",
      "hours": 24,
      "all_users": false,
      "recipient_id": "650e8400-e29b-41d4-a716-446655440001",
      "subject": "Reminder: Please sign {{template_name}}",
      "message": "Hi {{signer_name}},\\n\\nThis is a friendly reminder to complete your signature on {{template_name}}.\\n\\nBest regards,\\n{{team_name}}",
      "created_at": "2025-10-03T10:30:00Z",
      "updated_at": "2025-10-03T10:30:00Z"
    },
    {
      "id": "850e8400-e29b-41d4-a716-446655440011",
      "hours": 72,
      "all_users": true,
      "recipient_id": null,
      "subject": "Final Reminder: {{template_name}} expires soon",
      "message": "This is your final reminder to sign {{template_name}}.",
      "created_at": "2025-10-03T10:30:00Z",
      "updated_at": "2025-10-03T10:30:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Format: 'Bearer your-api-key'

Path Parameters

template_id
string<uuid>
required

Response

Reminders retrieved successfully

results
object[]