Skip to main content
GET
/
v1
/
storage
/
object
Get Object from Storage
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
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Include the token in the Authorization header as 'Bearer '

Query Parameters

object_key
string
required

Path(Key) of the object to get.

Response

Success to get object from storage.