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