Example request
GET https://api.jupiter-erp.com/api/account/files/example-id/download-link
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/files/example-id/download-link' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Parameters
| Name | In | Required | Description |
|---|---|---|---|
| id | path | yes | — |
| disposition | query | no | — |
Responses
200OK
| Field | Type | Description |
|---|---|---|
| url* | string | — |
Example response
{
"url": "string"
}Files