Generate a secure, temporary token for use with Melissa Cloud APIs.
Required. The License Key issued by Melissa.
Example:L={REPLACE-WITH-YOUR-LICENSE-KEY}
Required. Specifies which package(s) the token should be generated for. Delimit multiple packages with a comma ,. Default is all packages.
Cicero
CiceroAPICiceroAPI-Region
Contribution
Contribution-Contribution
Data Retriever
DataRetriever-BusinessDataRetriever-ConsumerDataRetriever-ConsumerTwoDataRetriever-MAKDataRetriever-NewHomeownersDataRetriever-NewMovers
Druginator
Druginator
Global Address Verification
GlobalAddressVerificationGlobalAddressVerification-Geocode
Global Email
GlobalEmailGlobalEmail-Premium
Global Express Entry
GlobalExpressEntryGlobalExpressEntry-Geocode
Global IP
GlobalIP
Global Name
GlobalName
Global Phone
GlobalPhoneGlobalPhone-CallerIDGlobalPhone-GlobalPremiumGlobalPhone-NAPremium
IP To Consumer
IPToConsumer
LeadGen
LeadGen-BusinessLeadGen-GlobalAddressDatabase
People Business Search
PeopleBusinessSearch
Personator Consumer
PersonatorConsumerPersonatorConsumer-AppendPersonatorConsumer-DemographicsPersonatorConsumer-GeoCodePersonatorConsumer-GeoPointPersonatorConsumer-MovePersonatorConsumer-Verify
Personator Identity
PersonatorIdentityPersonatorIdentity-VerifyPersonatorIdentity-Watchlist
Personator Search
PersonatorSearch
Property
PropertyProperty-Shapes
Reverse GeoCoder
ReverseGeoCoderReverseGeoCoder-Geocoder
SmartMover
SmartMover-CanadaSmartMover-UnitedStates
SSN Name Match
SSNNameMatch
Street Route
StreetRoute
Vault
Vault
WebSmart
WebSmart-AddressCheckWebSmart-DeliveryIndicatorWebSmart-DPVWebSmart-EmailWebSmart-GeocodeWebSmart-GeoPointWebSmart-MultipleRecordsWebSmart-NameWebSmart-PhoneWebSmart-StreetDataWebSmart-ZipSearch
US Business Coder
BusinessCoderBusinessCoder-Contacts
Example:P=PersonatorConsumer-Verify,GlobalAddressVerification
GET
curl -i -X GET \
'https://tokenservice.melissadata.net/v3/json/Service.svc/RequestToken?L=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D&P=PersonatorConsumer-Verify%2CGlobalAddressVerification' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'Response
{ "Result": "", "Token": "computedToken" }