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",
"monthly_limit_cents": 123,
"monthly_spent_cents": 123
}
]
}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",
"monthly_limit_cents": 123,
"monthly_spent_cents": 123
}
]
}