Skip to main content
GET
/
files
/
{file_id}
Get file details
curl --request GET \
  --url https://app.usequeue.com/api/v1/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

Response

200 - application/json

File details

success
boolean
Example:

true

file
object