Login

POST insightmaker/ds/login

Body = {"username": username, "password": password}

  • Username: The Active Directory username.

  • Password: InsightMaker DS API Token as configured in Control Hub.

Response: API authorization token. This token should be added to all other requests as an Authorization header with the value “Bearer xxxx”, where xxxx is the token value.

Last updated