TGAPI v2 - The Basics

The Transparent Gateway API (TGAPI) is a proxy that enables TokenEx clients to send and receive HTTP payloads while invoking the TGAPI to perform processing on the payload as a transparent intermediary. The TGAPI sits between our client and a 3rd party endpoint and can handle inbound and outbound HTTP payloads that are initiated by our client or the third-party endpoint. There are four basic data flows currently supported:

Data FlowRequest OriginDescription
Transparent DetokenizationTokenEx ClientDetokenization of an outbound API request.
Transparent TokenizationTokenEx ClientTokenization of sensitive data in the response to an outbound API request.

Data FlowRequest OriginDescription
Proxy TokenizationThird PartyTokenization of the inbound request
Proxy DetokenizationThird PartyDetokenization of the response to the inbound request

In addition to tokenization and detokenization, the TGAPI has other processing capabilities such as hashing, encryption, decryption, and encoding which are described here.