# Devices Device management ## Fetch a list of Devices - [GET /devices](https://docs2.mygpsapi.com/openapi/devices/paths/~1devices/get.md): Without any params, returns a list of the user's devices ## Create a Device - [POST /devices](https://docs2.mygpsapi.com/openapi/devices/paths/~1devices/post.md) ## Update a Device - [PUT /devices/{id}](https://docs2.mygpsapi.com/openapi/devices/paths/~1devices~1%7Bid%7D/put.md) ## Delete a Device - [DELETE /devices/{id}](https://docs2.mygpsapi.com/openapi/devices/paths/~1devices~1%7Bid%7D/delete.md) ## Update total distance and hours of the Device - [PUT /devices/{id}/accumulators](https://docs2.mygpsapi.com/openapi/devices/paths/~1devices~1%7Bid%7D~1accumulators/put.md)