📣 this endpoint provides a particular api key created by this Organization . In this GET request , endpoint use authorization token to identificate the Organization .📢 Info message : Here URL is contructed like GET/v1/api-keys/{apiKeyId}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://localhost:8080/v1/api-keys/241041aa-e6ee-4e5e-b889-9573c0e56a9a'
Responses
🟢200Success
application/json
Body
Example
{"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}