Get File Download Links
File Service
Get File Download Links
Get file download links. Populate the download request with a list of file IDs and the API responds with associated download links. Files do not exceed 20MB.
POST
Get File Download Links
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Token used to request APIs
Headers
The value set to the connected account's ID. More information at List Connected Accounts
Body
application/json
List of file IDs to retrieve download links for.
Example:
[
"b3d9d2d5-4c12-4946-a09d-953e82sed2b0",
"b3d9d2d5-4c12-4946-a09d-953e82sed2b1",
"b3d9d2d5-4c12-4946-a09d-953e82sed2b2"
]Response
200 - application/json
OK - Successfully get file download links.

