GET
/
blobs
/
{blob_id}
.json
curl -X GET \
-H "QB-Token: 2e80acd7f3d9c1e79312e0d1dafd6691ba012bba" \
https://api.quickblox.com/blobs/9715867.json
{
  "blob": {
    "id": 9715867,
    "uid": "9dc0d37c9be34c839ae3bcac4bbaace100",
    "content_type": "image/jpeg",
    "name": "museum.jpeg",
    "size": 16766,
    "created_at": "2019-09-15T19:40:18Z",
    "updated_at": "2019-09-15T20:00:46Z",
    "blob_status": "complete",
    "set_completed_at": "2019-09-15T20:00:46Z",
    "public": false
  }
}

Path Parameters

blob_id
integer
ID of the file/blob. Generated automatically by the server after file/blob creation (for example, user photo).

Headers

QB-Token
string
required
A user session token. See our Authentication page to learn more about the session token.

Responses

curl -X GET \
-H "QB-Token: 2e80acd7f3d9c1e79312e0d1dafd6691ba012bba" \
https://api.quickblox.com/blobs/9715867.json
{
  "blob": {
    "id": 9715867,
    "uid": "9dc0d37c9be34c839ae3bcac4bbaace100",
    "content_type": "image/jpeg",
    "name": "museum.jpeg",
    "size": 16766,
    "created_at": "2019-09-15T19:40:18Z",
    "updated_at": "2019-09-15T20:00:46Z",
    "blob_status": "complete",
    "set_completed_at": "2019-09-15T20:00:46Z",
    "public": false
  }
}