v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBServicings
Get servicing
Returns a servicing by ID. A malformed UUID yields 422 (schema error), distinct from the 404 returned when the servicing does not exist.
get/api/v1/servicings/{id}
Path parameters
idstring uuid required
Servicing identifier.
Example:550e8400-e29b-41d4-a716-446655440000
Servicing identifier.
Response
OK
Example response
{
"createdAt": "2026-06-14T12:00:00Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "active",
"updatedAt": "2026-06-14T12:00:00Z"
}