Get Location
Returns a single location by ID. Returns 404 if the ID belongs to a
job — use GET /jobs/{id} for jobs.
Requires scope: locations:read
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Location ID.
Response
This endpoint returns an object.
id
Unique identifier for the location.
name
Display name of the location.
createdAt
ISO 8601 timestamp when the record was created.
updatedAt
ISO 8601 timestamp when the record was last updated.
type
Location type code.
locationType
Human-readable label for the location type.
plateNumber
Vehicle plate number, if the location is a vehicle.
number
Internal reference number or identifier for the location.
address
Physical address of the location.
archived
Whether the location has been archived.
active
Whether the location is currently active.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error