Stampfactory
Dokumentation
Kostenstellen

Kostenstellen auflisten

GET
/cost_centers
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Response-Body

application/json

application/json

curl -X GET "https://example.com/cost_centers"
{  "data": [    {      "id": "string",      "code": "string",      "name": "string",      "description": "string",      "created_at": "string",      "updated_at": "string"    }  ]}