cURL
curl --request GET \ --url https://app.usequeue.com/api/v1/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File details
true
Show child attributes