POST
/
auth
/
token

Headers

Finch-API-Version
string
default: 2020-09-17required

Header used to specify the version for a given API request. Current version is 2020-09-17.

Content-Type
string
default: application/jsonrequired

Used to indicate the original media type of the resource

Body

application/json
client_id
string
required
client_secret
string
required
code
string
required
redirect_uri
string

Response

200 - application/json
access_token
string
required
account_id
string
required

The Finch uuid of the account used to connect this company.

client_type
enum<string>
required

The type of application associated with a token.

Available options:
production,
development,
sandbox
company_id
string
required

The Finch uuid of the company associated with the access_token.

connection_type
enum<string>
required

The type of the connection associated with the token.

  • provider - connection to an external provider
  • finch - finch-generated data.
Available options:
provider,
finch
products
string[]
required

An array of the authorized products associated with the access_token.

provider_id
string
required

The payroll provider associated with the access_token.