Skip to content

Commit cbe65c9

Browse files
authored
Update get-usage-metrics.mdx (#566)
cURL authorization needed "Bearer" in the header.
1 parent d97a089 commit cbe65c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/viewership/get-usage-metrics.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ openapi: "GET /data/usage/query"
88
```bash cURL
99
curl --request GET \
1010
--url https://livepeer.studio/api/data/usage/query \
11-
--header 'Authorization: <api-key>'
11+
--header 'Authorization: Bearer <api-key>'
1212
```
1313

1414
```javascript JavaScript

0 commit comments

Comments
 (0)