Updated Authentification (markdown)

master
Victor Aleksejevs 2018-08-09 21:55:06 +03:00
parent 9a29739482
commit b9c32a83f6
2 changed files with 17 additions and 14 deletions

17
Auth.md Normal file

@ -0,0 +1,17 @@
## “auth” - Authentication
URL: /auth/<br/>
Request type: POST
### Overview
The “auth” method authenticate partner and returns unique “key” parameter, which can be used after
for querying GoGetSSL API.<br/>:exclamation: KEY expires after 365 days
### Request parameters
- user Username<br/>
- pass Generated API password, not the same as account password
### Response
If no errors in request following parameters will be returned:
* unique session key

@ -1,14 +0,0 @@
Authentication
-----------------------------------------------------------------------------------------------------------------------------------
“auth”
URL: /auth/
Request type: POST
Overview
The “auth” method authenticate partner and returns unique “key” parameter, which can be used after
for querying GoGetSSL API
Request parameters
 user Username
 pass API usage password
Response
If no errors in request following parameters will be returned:
 key - unique session key