Skip to main content

Get Reminder

GET 

/api/reminders/:id

Get Reminder

Request

Path Parameters

    id integerrequired

Header Parameters

    X-Company-Slug stringrequired

Responses

Successful response

Schema

    id string
    example
    contact_id string
    type stringnullable
    name string
    sms_content stringnullable
    frequency ReminderFrequencyEnum (string)

    Possible values: [once, daily, weekly, biweekly, monthly, yearly]

    timezone string
    starts_at date-time
    finishes_at date-timenullable
    next_run_at date-time
    created_at date-time
    updated_at date-time
    email_content stringnullable
Loading...