From 9a29739482bbf11aa52e3945cc4d68ed1b99ed1e Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Thu, 9 Aug 2018 21:34:41 +0300 Subject: [PATCH] Created Authentification (markdown) --- Authentification.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Authentification.md diff --git a/Authentification.md b/Authentification.md new file mode 100644 index 0000000..c254892 --- /dev/null +++ b/Authentification.md @@ -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 \ No newline at end of file