GET
/
attachments
/
{token}
curl --request GET \
  --url 'https://app.teable.io/api/attachments/%7Btoken%7D?filename=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

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

Path Parameters

token
string
required

Query Parameters

filename
string

File name for download