Integration Object - Using ScsField in Query paramater

Hi,

I have configured an api key in the admin console and am passing the same api key as Query parameter value as 

a!scsField( "validate.telephone", "apikey", false())

but in the request the api key is not decoded back.

 

the request is being sent as 

GET /api/validate?access_key=%5BexternalSystemKey%3Dvalidate.telephone%2C+fieldKey%3Dapikey%2C+usePerUser%3Dfalse%5D

 

how do i handle this ? I need to pass the actual api key to the request.

  Discussion posts and replies are publicly visible

Parents Reply
  • That's what my concern is ... I am using third party credentials to store my api key ... now the question is how do I pass the API as a query parameter value

    access_key=%5BexternalSystemKey%3Dvalidate.telephone%2C+fieldKey%3Dapikey%2C+usePerUser%3Dfalse%5D

    Now if you see the above highlighted request it is not decoding the apikey in original but it is passing as as a external system key type.. But I need to pass it in original..

    Hope you are understanding my issue now..

Children
No Data