Media

This page provides API documentation for uploading/dowloading media from Saleschat.pro securely.

Get Signed URL to download a file

get
  • Roles Allowed: Member and Partner

  • Impersonated User Allowed: True

  • fileId is the id of file record

  • Use response signedUrl as follows: curl -X GET '${url}'

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orgIdstringRequired
fileIdstringRequired
Responses
chevron-right
200

Successfully fetched signed download url

application/json
get
/v1/orgs/{orgId}/file/{fileId}/download/signed_url

Last updated