Context URL Parsing Error

Hi @cstepp,

Welcome to the SailPoint Developer Community.

How are you passing the context URL? can you show the format? and how are you attaching the token to the url.

sailpoint.connector.ConnectorException: Url: https://api-
platform.cvent.com/ea/contacts?filter=deleted%20eq%20'False'?token=

Because if you see the url in the above error, parameters filter and token are separated by “?” but separator would be “&” in between parameters of api url. I believe this might be the reason for the error.

I hope this helps.

Thanks,
Vijay