login

Log in to the Masking Engine

Request
Request Body schema: application/json
required

The login object

username
required
string <= 255 characters

The username for logging into the Masking Engine.

password
required
string <= 255 characters

The password for logging into the Masking Engine.

Responses
201

Success

401

Unauthorized access

post/login
Request samples
application/json
{
  • "username": "maskinguser",
  • "password": "secret123"
}
Response samples
application/json
{
  • "Authorization": "415aac5d-SOME-RANDOM-STRING-af6cf70dc49e"
}

Log in to the Masking Engine with an OAuth2 access token from Data Control Tower.

Responses
200

Success

401

Unauthorized access

post/sso-login
Response samples
application/json
{
  • "Authorization": "415aac5d-SOME-RANDOM-STRING-af6cf70dc49e"
}

Log in to the Masking Engine with an OAuth2 access token from a customer's Authorization Server.

Responses
200

Success

401

Unauthorized access

post/oauth2-login
Response samples
application/json
{
  • "Authorization": "415aac5d-SOME-RANDOM-STRING-af6cf70dc49e"
}

Log out of the Masking Engine

Securityapi_key
Responses
204

Success

401

Unauthorized access

put/logout