Jupiter ERP
Account API

List file categories

/api/account/files/categories

GETHTTP
get/api/account/files/categories

Example request

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'

Responses

200OK
FieldTypeDescription
itemsobject[]

array

Elements

FieldTypeDescription
categorystring
files_countinteger
Example response
{
  "items": [
    {
      "category": "string",
      "files_count": 0
    }
  ]
}
Files

Questions about integration?

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