Latest Neocron News and Information

  • New test server patch #545 has been released to Vedeena

Difference between revisions of "THNapi:Authentication"

From Neocron Wiki
Jump to: navigation, search
(API Authentication)
 
(V3 is now disabled)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== API Authentication ==
+
= Current API Authentication =
  
Sites supporting API Authentication can be accessed by sending the followed HTTP headers in your request.
+
== Version  4 ==
 +
 
 +
Sites supporting API Authentication can be accessed by sending the following HTTP headers in your request. Available to the Items DB from 1st February 2021. The Rares DB and Stats DB will support this method in the near future.
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 7: Line 9:
 
! HTTP Header !! Required value
 
! HTTP Header !! Required value
 
|-
 
|-
| X-THN-API-User || Your 40 character API user key
+
| X-THN-API-Key || Your 40 character API key
 
|-
 
|-
| X-THN-API-Key || Your 64 character API access key
+
| X-THN-API-Secret || Your 64 character API secret key
 
|}
 
|}
 
Note: Sending authentication information using '''api_user''' and '''api_key''' query parameters will be discontinued in the very near future.
 

Latest revision as of 17:51, 9 April 2021

Current API Authentication

Version 4

Sites supporting API Authentication can be accessed by sending the following HTTP headers in your request. Available to the Items DB from 1st February 2021. The Rares DB and Stats DB will support this method in the near future.

HTTP Header Required value
X-THN-API-Key Your 40 character API key
X-THN-API-Secret Your 64 character API secret key