GET
/
consumers
/
{consumer_id}
/
accounting
/
folders
curl --request GET \
  --url https://api.chift.eu/consumers/{consumer_id}/accounting/folders \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "selected": true,
    "vat": "<string>",
    "company_number": "<string>"
  }
]

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumer_id
string
required

Response

200
application/json
Successful Response
id
string
required
name
string
required
selected
boolean
default:true
vat
string
company_number
string