This OpenAPI describes the API exposed by the contract.fit backend. Security Authentication All endpoints are protected: you need to make authenticated calls. There are 3 authentication mechanisms: - HTTP Basic (Username + Password) - JWT Token - API-Key By default you should have an acco
curl \ -u "$API_USER:$API_PASS" \ /roles
curl \ -u "$API_USER:$API_PASS" \ /users
curl \ -u "$API_USER:$API_PASS" \ /formats