cURL
curl --request GET \ --url https://api.attio.com/v2/files/{file_id}/download \ --header 'Authorization: Bearer <token>'
{}
Downloads a file by redirecting to a signed URL.
This endpoint is in alpha and may be subject to breaking changes as we gather feedback.
Required scopes: object_configuration:read, record_permission:read, file:read.
object_configuration:read
record_permission:read
file:read
This API uses OAuth 2.0 with the authorization code grant flow.
Redirect
Was this page helpful?