# Retrieve Information About Terminals This endpoint returns information about individual terminals including terminal name/code/ID, supported move types(pickup, drop off, etc.), and appointment type(slot vs pre-advice). This information is required to query specific terminal appointment availability or dwell statistics. Endpoint: GET /terminalmetrics/v{version}/terminals Version: v1 Security: apikey ## Path parameters: - `version` (string, required) ## Response 200 fields (application/json): - `terminals` (array,null) - `terminals.terminal_name` (string,null) Terminal official name Example: "HUSKY" - `terminals.terminal_cd` (string,null) Unique code assigned to the terminal - `terminals.terminal_id` (string,null) Unique GUID identifier for the terminal - `terminals.move_type` (string,null) Appointment move type offered by the terminal (IP, MD, MP, XD, etc. Please refer to the table below.) IP Import Container Pickup, MD Drop Empty Container, MP Pickup Empty Container, XD Drop Export Container, XP Pickup Dray (Export) Container, ID Drop Dray (Import) Container, BD Drop Bare Chassis, BP Pickup Bare Chassis - `terminals.appointment_type` (string,null) Appointment type set for above move type (slot vs preadvice) Example: "slot" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields