Jupiter ERP
Account API

List file categories

/api/account/files/categories

GETHTTP
get/api/account/files/categories

Beispielanfrage

GET https://api.jupiter-erp.com/api/account/files/categories

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/files/categories' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Antworten

200OK
FeldTypBeschreibung
itemsobject[]

array

Elemente

FeldTypBeschreibung
categorystring
files_countinteger
Beispiel Response
{
  "items": [
    {
      "category": "string",
      "files_count": 0
    }
  ]
}
Files

Fragen zur Integration?

GET /api/account/files/categories · Jupiter ERP