cURL
curl --request GET \ --url https://api.example.com/v1/storage/object \ --header 'Authorization: Bearer <token>'
{ "code": 400, "data": null, "exception": { "error_code": 400001, "error_message": "Bad Request: " }, "success": false }
Get object from the storage by object key.
Bearer token authentication. Include the token in the Authorization header as 'Bearer '
Path(Key) of the object to get.
Success to get object from storage.