Skip to main content
GET
/
v1
/
publishing
/
accounts
/
slots
Get account slots
curl --request GET \
  --url https://reelmirror.com/api/v1/publishing/accounts/slots \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "purchased": 123,
    "used": 123,
    "available": 123,
    "subscriptionId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Response

200 - application/json

Slot allocation

data
object