Files
Get File
Get a file by its ID
Authorization
api_key x-access-token<token>
In: header
Path Parameters
file_id*string
ID of the file to find
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/shipos/files/string"{ "tags": [ "string" ], "team_id": "string", "processing_status": "PENDING", "description": "string", "file_category": "DOCUMENT", "preview_blur_hash": "string", "thumbnail_url": "string", "size": 0.1, "mimetype": "string", "url": "string", "name": "string", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "id": "string", "supported_actions": [ { "action": "VIEW_FILE" } ]}