Allmine API
Live Streams

List Live Stream My Replay Rentals

List Live Stream My Replay Rentals. Retrieves live stream my replay rentals through GET /api/v1/live-stream/my-replay-rentals.

GET
/api/v1/live-stream/my-replay-rentals

List Live Stream My Replay Rentals. Retrieves live stream my replay rentals through GET /api/v1/live-stream/my-replay-rentals.

Authorization

JWT-auth
AuthorizationBearer <token>

Paste the JWT access token without the Bearer prefix.

In: header

Query Parameters

page?number
Default1
Range1 <= value
limit?number
Default20
Range1 <= value <= 100
status?string
Value in"active" | "expired" | "refunded"

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/live-stream/my-replay-rentals"
{
  "isSuccess": false,
  "statusCode": 400,
  "data": null,
  "errors": [
    "Validation failed"
  ],
  "timestamp": "2026-01-15T10:30:00.000Z"
}
{
  "isSuccess": false,
  "statusCode": 401,
  "data": null,
  "errors": [
    "Authentication required"
  ],
  "timestamp": "2026-01-15T10:30:00.000Z"
}
{
  "isSuccess": false,
  "statusCode": 403,
  "data": null,
  "errors": [
    "Insufficient permissions"
  ],
  "timestamp": "2026-01-15T10:30:00.000Z"
}