Submit a Life S&P claim (death / critical illness / disability).
cURL
curl --request POST \ --url https://staging.yasmina.ai/api/v1/life-snp/policies/{policyId}/claims \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form claim_type=death \ --form event_date=2023-12-25 \ --form supporting_document=@example-file
{ "claim_id": 123, "claim_type": "<string>", "requested_amount": 123, "claim_status": "<string>", "policy_id": 123, "created_at": "<string>", "updated_at": "<string>", "supporting_document": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Created
The response is of type object.
object