Beispielanfrage
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'Parameter
| Name | In | Pflicht | Beschreibung |
|---|---|---|---|
| id | path | ja | — |
| disposition | query | nein | — |
Antworten
200OK
| Feld | Typ | Beschreibung |
|---|---|---|
| url* | string | — |
Beispiel Response
{
"url": "string"
}Files