Job Payments
Retrieve a Job Payment
OAuth Scope
This endpoint requires the following OAuth scope read_job_payments.
get/jobpayment/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Job Payment
Response
Job Payment record retrieved successfully
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"
}