Skip to main content

Get W-2 sets

GET 

/api/v8/partner/w2s-set

Get W-2 sets

Request

Responses

A list of W-2 sets.

Schema
    count integerrequired

    The total number of results retrieved across all pages.

    next (string | null)

    The URL to the next page of results.

    previous (string | null)

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