Formatting

Routes uses camel case ex. channels/workspace/someActions

Requests and Responses parameters are in snake case ("company_id")

Database columns are in snake case ("company_id")

Requests common things

Authentication

We authenticate using JWT tokens in Headers.

REST API Global format:

We will access the Twake endpoints using a Collection frontend framework, that means some common things: