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>&...
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.