Request
Body Params application/json
{
"incident_date": "string",
"description": "string",
"includes": [
"string"
],
"category": "damage"
}
Request Code Samples
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/org/insurances//claim' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"incident_date": "string",
"description": "string",
"includes": [
"string"
],
"category": "damage"
}'
Responses
Create claim triggers email with pt locale
This response does not have a body.
Modified at 2026-04-15 14:20:24