Token

GET https://staging-rest.webropol.com/Token

Gets the bearer token with user credentials provided in body. Also sets it as env variable {{token}} using test scripts.

Request Body

[{"name"=>"grant_type", "value"=>"password", "datatype"=>"string"}, {"name"=>"username", "value"=>"user", "datatype"=>"string"}, {"name"=>"password", "value"=>"pass", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring