GlobalLink Web API Authentication
Each customer will receive a unique token that all TX requests are validated against (see below). Each TX request must supply the matching token in one of two ways:
- As a request header (recommended):
X-TX_Token: <token>
- As a url-form-encoded parameter – only when using mime type url-form-encoded POST data from an HTML form (not recommended):
...&tx_token=<token>&...