Distributed Locks API
Distributed Locks as an API. Prevent concurrent access to any resource globally on any infrastructure. Available anywhere, with lightning-fast speeds at the edge. Distributed Locks API is actively monitored for uptime to ensure a highly reliable service. [Our uptime report is available here](https://status.outstanding.tools/).
5 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Distributed Locks API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Acquire Lock /v1/locks/{id} |
Acquires a new, exclusive lease on the lock Id provided. If you receive a successful response, it is guaranteed that the returned lease will hold this lock until the deadline… |
| GET |
Get Lock Details /v1/locks/{id} |
Gets details about specific lock for a unique Id. Provides lease Id and deadline. |
| DELETE |
Release Lock /v1/locks/{id} |
Releases a lease on a lock, freeing this lock to be reacquired by any clients. |
| PUT |
Renew Lock /v1/locks/{id} |
Renews an existing lease held on a lock for an additional amount of time in milliseconds. |
Distributed Locks API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $30 / month | — |
|