Authentication

The DM CTC platform uses cookie-based authentication, with a cookie being generated and given to the user upon a successful login.

Once the cookie gets returned after logging in, it is passed to the API through the headers in subsequent calls.

An example of the headers containing the authentication cookie passed under the “Cookie” parameter is shown below.