Quickstart#
Introduction#
Welcome to the Token Server Cloud API by Melissa. Token Server is a secure authentication method for Global Express Entry that is primarily used to conceal a license string on a public-facing web page.
Token Server can be used to:
Authenticate access to the Global Express Entry service.
Securely conceal a license string so it is not exposed on a public-facing web page.
Prevent sensitive information from being passed in plain text over a network where it could be observed by a third party.
New to Melissa Cloud APIs?#
We highly recommend first time users of our Cloud APIs to review our Using Melissa Cloud APIs section. It will cover critical topics like:
System Requirements#
SSL/TLS 1.2+
Getting Started - What Can I Do?#
Request a Token#
Through the Token Server you can request a token for use with your Melissa product.
Endpoint#
/v3/web/Service.svc/RequestToken
Click here to go to the full endpoint documentation.
Try it Now#
curl -X GET "https://tokenservice.melissadata.net/v3/JSON/Service.svc/RequestToken?\
&L={{customerId}}\
&P=GlobalExpressEntry\
&IP=\
&TS=0015" \
-H "Content-Type: application/json" \
-H "Accept: application/json"