Skip to main content

Get W-2 sets

GET 

/api/v8/partner/w2s-set

Get W-2 sets

Request

Responses

A list of previously processed W-2 sets.

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...