The Repairer API allows you to act on behalf of a repairer business. This includes actions such as fetching and creating repairer jobs.
jobs.get
header Parameters
| authorization required | string (std.string.String) |
| partly-integration-id required | string <uuid> (uuid.Uuid) |
Request Body schema: application/json
required
required | id (object) or external (object) (integrations_server.service.jobs.v1.model.JobIdentityV1) |
https://www.partly.com/api/2026-01/jobs.get
Request samples
Content typeapplication/json
Response samples
Content typeapplication/json
{"claim_number": { },
"external_id": { },
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"job_number": { },
"site_id": "72771e6a-6f5e-4de4-a5b9-1266c4197811",
"vehicle": { },
"work_provider_id": { }
}