Single Muncipality and Forms
Authorizations
x-api-keystringRequired
API key required for server-to-server access.
Path parameters
municipalityIdinteger · int32RequiredExample:
Unique identifier of the municipality.
303Header parameters
x-correlation-idstringOptionalExample:
Optional correlation ID provided by the client. If not provided, the server will generate one.
b7e2f9a0c8a14f3db8c7c5f4a1b2c3d4Responses
200
Successful response
application/json
400
Invalid request
application/json
401
A valid API key (x-api-key) is required to access this resource.
application/json
403
Authenticated but not authorized to access this resource.
application/json
404
The specified municipality was not found.
application/json
429
Too many requests
application/json
500
Internal server error
application/json
get
/municipalities/{municipalityId}Last updated