Skip to main content
GET
/
v1
API discovery
curl --request GET \
  --url https://reelmirror.com/api/v1/
{
  "name": "ReelMirror API",
  "version": "v1",
  "docs": "https://reelmirror.com/docs",
  "endpoints": {},
  "auth": {
    "methods": [
      "api_key",
      "jwt"
    ],
    "header": "Authorization: Bearer {token}"
  },
  "scopes": [
    "<string>"
  ]
}

Response

200 - application/json

API metadata

name
string
Example:

"ReelMirror API"

version
string
Example:

"v1"

docs
string
Example:

"https://reelmirror.com/docs"

endpoints
object

Map of endpoint categories to their base paths

auth
object
scopes
string[]

Available API permission scopes