Pinwheel Jobs API

The Pinwheel Jobs API is the asynchronous execution surface for every Pinwheel job — direct_deposit_switch, direct_deposit_allocations, paystubs, employment, identity, income, shifts, tax_forms, bill_switch, and bill_cancellation. Clients create, monitor, and retrieve job state through this API, with results delivered via webhook callbacks and on-demand polling.

API entry from apis.yml

apis.yml Raw ↑
aid: pinwheel-api:pinwheel-jobs-api
name: Pinwheel Jobs API
tags:
- Jobs
- Async
- Status
- Direct Deposit Switch
- Paystubs
- Employment
- Identity
- Income
- Shifts
- Tax Forms
baseURL: https://api.getpinwheel.com
humanURL: https://docs.pinwheelapi.com/public/reference/jobs
properties:
- url: https://docs.pinwheelapi.com/public/docs/jobs
  type: Documentation
description: The Pinwheel Jobs API is the asynchronous execution surface for every Pinwheel job — direct_deposit_switch,
  direct_deposit_allocations, paystubs, employment, identity, income, shifts, tax_forms, bill_switch,
  and bill_cancellation. Clients create, monitor, and retrieve job state through this API, with results
  delivered via webhook callbacks and on-demand polling.