Beta. Returns earnings pay codes for an employer to support partner
mapping during onboarding.
Rate limit: 5 requests per minute per authenticated caller.
400
Bad request — invalid request body, validation error, or deduction rejected by US Payroll.
401
Unauthorized — the OAuth 2.0 access token is missing, invalid, or expired.
403
Forbidden — the authenticated caller does not have permission to perform this operation on the requested company, employer, or employee.
429
Too many requests — rate limit exceeded. Read the limit per operation (most reads are 5/minute, mutations 200/minute) and retry after the indicated delay.
500
Internal server error — an unexpected error occurred. Retry with exponential backoff; if the error persists, contact HiBob support with the requestId from the response body.