cURL
curl --request GET \ --url https://sandbox.withclasp.com/payroll_payments \ --header 'Authorization: Bearer <token>'
{ "next": "<string>", "previous": "<string>", "results": [ { "id": "<string>", "member": "<string>", "payday": "2023-12-25", "period_start": "2023-12-25", "period_end": "2023-12-25", "hours_worked": "<string>", "gross_pay": "<string>" } ] }
Returns a list of all payroll payments.
API Key authentication with required prefix "Bearer"
The pagination cursor value.
Number of results to return per page.
The response is of type object.
object