Skip to main content

Get a single claim

GET 

/v1/claims/:claim_id

This endpoint allows you retrieve a single claim

Request

Path Parameters

    claim_id stringrequired

    A unique identifier for the claim

Responses

OK

Schema
    data object

    Claim

    id integer

    The unique ID of the claim

    status string

    Current status of the claim

    policy object

    Policy

    id integer

    The unique ID of the policy

    number string

    The policy number

    description string

    The description of the policy

    start_date date

    The start date of the coverage

    end_date date

    The end date of the coverage

    status string

    Current status of the policy

    amount_requested string

    The amount requested when creating a claim

    amount_approved string

    The amount approved for the claim

    currency string

    The currency of the amount

    created_at date

    The date and time the claim was created

Loading...