REST API Reference
SIS – Sign On
SignOnWithUsernameAndPassword | ||
---|---|---|
RequestUri | https://api.cipcert.goevo.com/2.1.34/REST/SIS.svc/user?servicekey=[serviceKey] | |
Method | GET | |
Authentication | Username and Password set on Authenication header. | |
Accept | application/json |
Request
null
Response
{ "SessionToken": "PHNhbWw6QXNzZXJ0....aW9uIE1hajEjVydGlvbj4=", "UserAccessToken": "PHNhbWw6QXNzZ....XJ0aW9zZXJ0aW9uPg==" }
SignOn | ||
---|---|---|
RequestUri | https://api.cipcert.goevo.com/2.1.34/REST/SIS.svc/token | |
Method | GET | |
Authentication | Identity token set as Username on Authenication header. | |
Accept | application/json |
Request
null
Response
{ PHNhbWw6QXNzZXJ0aW9uIE1......YXR1cmU+PC9zYW1sOkFzc2VydGlvbj4= }
Note: the username and password is commonly encoded as a string separated by a colon:
<username>:<password
and the colon still needs to be retained while the password is blank:
<identityToken>: