Skip to main content

Get List of Documents from W-2

GET 

/api/v8/partner/w2s-set

Veryfi's Get a Submitted W-2 endpoint allows you to retrieve a collection of previously processed W-2s.

Request

Query Parameters

    page integer

    Default value: 1

    The page number. The response is capped to maximum of 50 results per page.

    page_size integer

    Default value: 50

    The number of Documents per page.

    Example: 10

Responses

The list of previously processed Documents.

Schema
    count integerrequired

    The total number of results retrieved across all pages.

    next string

    The URL to the next page of results.

    previous string

    The URL to the previous page of results.

    results object[]required
  • Array [
  • id integerrequired

    The unique identifier of the W-2 set.

    document_ids integer[]

    The ID of documents created from the set.

    status stringrequired

    Possible values: [processed, in_progress, deleted, failed]

  • ]
Loading...