cURL
curl --request GET \ --url https://api.vidbeo.com/v2/api_keys \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": [ { "id": "abcde12345abcde12345a", "name": "Example key", "type": "api", "permissions": [], "created_by": "abcde12345abcde12345a", "created_time": "2024-01-01T00:00:00.000Z", "updated_by": "abcde12345abcde12345a", "updated_time": "2024-01-01T00:00:00.000Z" } ], "links": {}, "errors": [] }
Fetch all API keys
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of results to return
1 <= x <= 25
10
A cursor to fetch the next page of results
"AbCdEfGhIJkLMnOpQrStUvWxYz"
API keys
true
Show child attributes
21
"abcde12345abcde12345a"
"Example key"
api
"api"
fetch
[]
"2024-01-01T00:00:00.000Z"
{}