Get API Key
Developing
GET
/api-keys/{apiKeyId}
Get a Particular API key
GET
/v1/api-keys/{apiKeyId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/api-keys/241041aa-e6ee-4e5e-b889-9573c0e56a9a'
Response Response Example
200 - Success - Success
{"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}
Request
Path Params
apiKeyId
stringÂ
required
Example:
241041aa-e6ee-4e5e-b889-9573c0e56a9a
Responses
Modified at 2025-06-19 04:59:01