> For the complete documentation index, see [llms.txt](https://docs.odinbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.odinbot.io/api-documentation/api-methods.md).

# API Methods

Each entry shows the HTTP verb, path, and a brief purpose, and it links to the full specification for that call. Use the index to locate a route quickly.&#x20;

| API Method                                                                                      | Purpose                                                                                                                                         |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [GET /v1/controls](/api-documentation/api-methods/get-v1-controls.md)                           | Retrieve global user controls                                                                                                                   |
| [PUT /v1/controls](/api-documentation/api-methods/put-v1-controls.md)                           | Overwrite global user controls                                                                                                                  |
| [PATCH /v1/controls](/api-documentation/api-methods/patch-v1-controls.md)                       | Update or clear specific controls                                                                                                               |
| [GET /v1/mirrors](/api-documentation/api-methods/get-v1-mirrors.md)                             | List all mirrors plus overrides                                                                                                                 |
| [GET /v1/mirror/{address}](/api-documentation/api-methods/get-v1-mirror-address.md)             | Get one mirror and overrides                                                                                                                    |
| [POST /v1/mirror](/api-documentation/api-methods/post-v1-mirror.md)                             | Add a new mirror with overrides. Nothing will happen if you're already mirroring this mirror (will not overwrite)                               |
| [PUT /v1/mirror](/api-documentation/api-methods/put-v1-mirror.md)                               | Start mirroring or overwrite overrides                                                                                                          |
| [PATCH /v1/mirror/{address}](/api-documentation/api-methods/patch-v1-mirror-address.md)         | Partially update overrides                                                                                                                      |
| [DELETE /v1/mirror/{address}](/api-documentation/api-methods/delete-v1-mirror-address.md)       | Remove a mirror                                                                                                                                 |
| [POST /v1/mirrors/batch](/api-documentation/api-methods/post-v1-mirrors-batch.md)               | Add new mirrors with overrides. Will skip mirrors that you're already mirroring (will not overwrite)                                            |
| [PUT /v1/mirrors/all](/api-documentation/api-methods/put-v1-mirrors-all.md)                     | Replace (overwrite) all mirrors with the specified mirrors and overrides. Warning: If you pass an empty array, all your mirrors will be removed |
| [GET /v1/auto-sell-profiles](/api-documentation/api-methods/get-v1-auto-sell-profiles.md)       | List auto‑sell profiles                                                                                                                         |
| [GET /v1/auto-sell-profile/{id}](/api-documentation/api-methods/get-v1-auto-sell-profile-id.md) | Get one auto‑sell profile                                                                                                                       |
