Skip to main content

Detokenize

POST 

/Token/Detokenize

Detokenize is used to obtain a data element represented by the corresponding token.

Request

Header Parameters

    tx-tokenex-id stringrequired

    Your TokenEx token vault identifier or vaultless tokenization profile.

    Default value: 9829959239157803
    tx-apikey stringrequired

    Provides access to one or more functions in the TokenEx API.

    Default value: cg2gOPDzVE9i0QYrMOKGUPYapoTnmxYtoYxllN3r

Body

    token stringrequired

    The token that corresponds to the data element to be returned.

    Default value: TphDRnymQzVHWnYH6S

Responses

200

Schema

    value string
    Example: 4012888888881881
    referenceNumber string
    Example: 21042212110512863491
    success boolean
    Default value: true
    Example: true
    error string
    Example:
    message string
    Example: Detokenize Successful!
Loading...