Skip to main content
GET
/
v1
/
api-keys
List API keys
curl --request GET \
  --url https://reelmirror.com/api/v1/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "key_hint": "<string>",
      "scopes": [
        "<string>"
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "last_used_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Response

200 - application/json

List of API keys

data
object[]