'Thycotic Secret Server APIS access

I want to access Thycotic Secret Server Rest APIS,But when I try to authenticate and get token,I am getting html response,instead of token?Any suggestions



Solution 1:[1]

Weird timing, I'm hitting the same thing.

I'm doing a POSTMAN call of this curl with Thycotic to get the access token.. this returns a HTTP page with 200 status instead of an access token. Tried their support, but seems very slow.

curl -k -H "Content-Type: application/x-www-form-urlencoded" -d "username=USERNAME&domain=COMPANY_NAME&password=PASSWORD&grant_type=password" --url "https://COMPANY_NAME.secretservercloud.com/SecretServer/oauth2/token"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 sid