GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security
API Reference
v2023-09-01 is in the deprecation process and all prior versions have been deprecated. Click this banner to review our version upgrade guide.

Get tax liabilities

Get tax liabilities from aggregate external payrolls for a company.

scope: external_payrolls:read

Path Params
string
required

The UUID of the company

Headers
string
Defaults to 2024-03-01

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Responses

Response body
array of arrays of objects
array of objects
object
integer

The ID of the tax.

string

The name of the tax.

string | null

The UUID of last unpaid external payroll.

possible_liabilities
array of objects

Possible tax liabilities selections.

possible_liabilities
object
string

Liability amount.

string | null

The external payroll check date.

string | null

The UUID of the external payroll.

404

Not Found

The requested resource does not exist. Make sure the provided UUID is valid.

Language
Credentials