cURL
curl --request GET \ --url https://api.example.com/blobs/{bucket}/{id} \ --header 'Authorization: <authorization>'
{ "bucket": "<string>", "created_at": "<string>", "id": "<string>", "mime_type": "<string>", "size": 123 }
Find blob by using bucket and id
Access token
Bucket name
Blob id
OK