Authenticate user

POST {{baseUrl}}/v1/auth

Authenticates user with the given credentials, returning an OTCS ticket if authorized.

Request Body

[{"name"=>"username", "value"=>"qui ad", "datatype"=>"string"}, {"name"=>"password", "value"=>"", "datatype"=>"null"}, {"name"=>"domain", "value"=>"aliquip non ea", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"ticket":"ullamco consequat occaecat"}