/v1/api-keys/{apiKeyId}
Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/v1/api-keys/241041aa-e6ee-4e5e-b889-9573c0e56a9a'
{"message":"API key Fetched Successfully","result":{"id":"ae548488-8f73-44ad-bf5c-59d07fa08c7f","organization_id":"c1b8827e-fae3-46a1-a38e-3a701f9113bc","api_key":"lb/hlYgX3YPaQbu0rrmLaf7VSl1ExCGMZII8ODsJJqXITo3YHPKpXI5Y+FhdK2yFotfC3lODsXR9fZk38njVIjKO5SpSRiYfULZir6HnZTw=","name":"Sample API Key2","type":"organization","allow_cors_enabled":true,"origin":"http://example.com","permissions":"{\"video.read\":true,\"video.write\":false,\"video.delete\":true}","created_at":"2024-04-16T16:47:16+06:00","expires_at":"2024-05-16T06:00:00+06:00","created_by":"d73a6062-b38d-4da4-bae7-37b4d4441e78"},"success":true}