Skip to main content

Login

Login to the commcell using this request and save the token before calling any other API

Request Body required
    oneOf

  • username string required

    User email ID

  • password string required

    A Base64 UTF-8 encoded password for the user.

Responses

OK


Schema
    oneOf

  • data object
  • authToken string

    The Authentication Token that should be added to the bearer token for all requests

Loading...