Skip to main content

Retrieve Policy Details

GET 

/v1/policies/:policy_number

Retrieve details about a policy

Request

Path Parameters

    policy_number stringrequired

Responses

Successful response

Schema
    policy_holder object
    first_name string
    last_name string
    email_address string
    phone_number string
    customer object
    email_address emailrequired
    street string
    city string
    state_object object
    id uuidnullable
    name string
    abbreviation string
    country string
    default_timezone_offset string
    state object
    id uuidnullable
    name string
    abbreviation string
    country string
    default_timezone_offset string
    postal_code string
    country string
    premium_amount int64

    Possible values: >= 50

    The premium amount of the policy. This is typically considered a sub-total. Use total for charging payment methods and displaying amounts to the user.

    policy_number string
    policy_documents object[]
  • Array [
  • id uuidnullable
    master_policy_id uuid
    policy_id uuid
    document_type DocumentType

    Possible values: [POLICY, CERTIFICATE_OF_INSURANCE, OTHER]

    storage_bucket string
    storage_key string
  • ]
  • policy_status PolicyStatus

    Possible values: [ACTIVE, QUOTED, EXPIRED, PENDING_CANCELLATION, CANCELED, PENDING, REQUIRES_PAYMENT, BIND_FAILED]

    issued_date date-timenullable
    expiration_date yyyy-mm-ddnullable
    effective_date yyyy-mm-ddnullable
    quote_date date-time
    product object
    id uuidnullable
    name PolicyType

    Possible values: [event-participation-cancellation-insurance, event-host-liability, event-host-cancellation, pet-insurance, shipping, collectibles, medsaver, gap-medical, regsaver, travel, tuition, registration-cancellation, ticket-refund, season-interruption, team-registration]

    friendly_name string
    abbreviation string
    promotional_header string
    promotional_description string
    accept_action_text string
    decline_action_text string
    peril_heading string
    perils string[]
    descriptors string[]
    promotional_icon string
    legal_disclaimer string
    privacy_policy_url string
    terms_conditions_url string
    additional_policy_purchase_email_message string
    policy_attributes
    subscription_premium object

    If this policy supports being billed as a monthly subscription instead of a one-time fee, this field will be present

    payments_required int64

    The number of monthly payments required for this subscription

    payment_amount int64

    The monthly premium to be paid for this subscription

    currency Currency

    Possible values: [USD, CAD]

    total int64

    Total cost of the policy in cents. This is the amount that should be displayed and charged during checkout if the user accepts the insurance purchase.

    taxes_and_fees object[]
  • Array [
  • amount int64
    description string
    type OrderItemTaxFee.Type

    Possible values: [fee, tax]

  • ]
  • quote_id string
    is_test boolean
    metadata object
    property name* string
    checkout_url url
Loading...