Created Authentification (markdown)
parent
401be6b47d
commit
9a29739482
|
@ -0,0 +1,14 @@
|
|||
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