Skip to main content
POST
/
integrations
/
v2
/
resource-records
/
insurance_reminder_sample_data
Insurance Reminder Sample Data Handler
curl --request POST \
  --url https://api-qa.interactly.ai/integrations/v2/resource-records/insurance_reminder_sample_data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "consumerId": "5eb7cf5a86d9755df3a6c593"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Body

application/json
consumerId
string | null

Unique identifier for the consumer associated with the insurance reminder SMS.

Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response