info: name: Get Device Mappings type: http seq: 8 http: method: GET url: '{{base_url}}/api/devices/{{device_id}}/collections' auth: inherit docs: |- ## Get Device Mappings Retrieves all collection mappings for a specific device. **Method:** GET **Endpoint:** /api/devices/{device_id}/collections **Authentication:** Required (Bearer token) **Path Parameters:** - `device_id` (string): Device ID **Response:** - Array of device mapping objects with collection details **Status Codes:** - 200: Success - 401: Unauthorized - 404: Device not found