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)
 
m (Not out yet!)
Line 1: Line 1:
 
== API Authentication ==
 
== API Authentication ==
  
Sites supporting API Authentication can be accessed by sending the followed HTTP headers in your request.
+
Sites supporting API Authentication can be accessed by sending the followed HTTP headers in your request. (Note: Feature not released yet)
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"

Revision as of 10:57, 12 April 2020

API Authentication

Sites supporting API Authentication can be accessed by sending the followed HTTP headers in your request. (Note: Feature not released yet)

HTTP Header Required value
X-THN-API-User Your 40 character API user key
X-THN-API-Key Your 64 character API access key

Note: Sending authentication information using api_user and api_key query parameters will be discontinued in the very near future.