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
| Field | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| items | object[] | array Elements
|
Example response
{
"items": [
{
"category": "string",
"files_count": 0
}
]
}Files