---
title: "Bookmark provider"
method: POST
path: "/bookmark/{miner_hotkey}"
tags: ["Support API Key Authentication"]
---

# Bookmark provider

`POST /bookmark/{miner_hotkey}`

Endpoint to bookmark a provider for easy re-booking.

## Path parameters

- `miner_hotkey` string, required

## Response `200`

Provider bookmarked successfully

- BaseResponse
  - `success` boolean, required
  - `message` string, nullable

## Other responses

- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
