Updated Authentification (markdown)
parent
9a29739482
commit
b9c32a83f6
|
@ -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
|
Loading…
Reference in New Issue