Payroll
Get Pay Group
Read information from a single pay group
GET
/
employer
/
pay-groups
/
{pay_group_id}
Authorizations
Authorization
string
headerrequiredPlease use your Access Token
Headers
Finch-API-Version
string
default: 2020-09-17requiredHeader used to specify the version for a given API request. Current version is 2020-09-17.
Path Parameters
pay_group_id
string
requiredResponse
200 - application/json
id
string
Finch id (uuidv4) for the pay group
name
string
Name of the pay group
pay_frequencies
enum<string>[]
List of pay frequencies associated with this pay group
Available options:
annually
, semi_annually
, quarterly
, monthly
, semi_monthly
, bi_weekly
, weekly
, daily
, other
individual_ids
string[]
Was this page helpful?