Skip to main content
GET
/
consumers
/
{consumer_id}
/
accounting
/
folders
Get 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>",
    "main_currency": "<string>",
    "addresses": [
      {
        "street": "<string>",
        "number": "<string>",
        "box": "<string>",
        "postal_code": "<string>",
        "city": "<string>",
        "country": "<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<uuid>
required

Response

Successful Response

id
string
required
name
string
required
selected
boolean | null
default:true
vat
string | null
company_number
string | null
main_currency
string | null
addresses
FolderAddressItem · object[] | null
I