cURL
curl --request GET \ --url https://api.videodb.io/user/api_key \ --header 'x-access-token: <api-key>'
{ "success": true, "data": [ { "key": "sk-xxx", "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieve all API keys for the authenticated user
last_used_at
API key for authentication (sk-xxx format)
List of API keys
true
Show child attributes