Job Payments
List all Job Payments
Filtering
This endpoint supports result filtering. For more information on how to filter this request, go here.
OAuth Scope
This endpoint requires the following OAuth scope read_job_payments.
get/jobpayment.json
Response
An array of Job Payments
Example response
[
{
"job_uuid": "123e4567-52d9-4ebf-90e2-23f94becbc6b",
"actioned_by_uuid": "123e4567-8da6-4ee1-80d7-23f94bef2c5b",
"timestamp": "2026-03-01 12:00:00",
"attachment_uuid": "123e4567-87d1-48a8-b9eb-23f94e2b2dbb",
"uuid": "123e4567-94c7-49a9-bdc8-23f942f1a29b",
"edit_date": "2026-03-01 12:00:00"
}
]