cURL
curl --request GET \ --url https://api.withflex.com/v1/files/{id} \ --header 'Authorization: Bearer <token>'
{ "file": { "file_id": "<string>", "purpose": "account_requirement", "size": 123, "created_at": "<string>", "filename": "<string>", "type": "<string>", "expires_at": "<string>" } }
Returns a file object for the file with the specified ID.
Use a Bearer token to access this API.
Show child attributes