Skip to main content
GET
/
holidays
/
states
Verfügbare Bundesländer
curl --request GET \
  --url https://{tenant}.stamp.eu/rest/holidays/states \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Karte von Bundesland-Schlüsseln zu Namen

data
object
required