Ketch REST APIs use an API key to identify the application or project that's calling an API.
Check out this guide to find out how to generate and use the API key.
curl --request GET \
--url https://global.ketchapi.com/rest/v2/permit-types \
--header 'Ketch-Api-Key: {KETCH-API-KEY}'