Answered
CaptivateIQ open API Configuration
Hi All,
We are running the CaptivateiQ commission plan system.
I want to create an integration with Salesforce and I need to configure an open API connector.
this is the configuration that Captivate put in their knowledgebase:
curl --request GET \ --URL https://api.captivateiq.com/ciq/v1/employees/ \
--header 'Accept: application/JSON \
--header 'Authorization: Token mytokenvalue'
link attached:
https://developers.captivateiq.com/docs
in the screenshots attached you can see the configuration that i tried and it doesn't work.
please advice
thank you
0
Comments
Could it be that it expects the word "Token" in the Authorization header value? Your screenshot seems to show just the token value, not the word "Token" preceding it.
Also, please be cautious when posting token values in public...
Instead of using 'Custom' auth, I would recommend using 'Token' auth. Please see the following pic for how you would configure this, and please note that the 'Custom auth scheme' field being set to 'Token' is how you would configure the connection to include the extra text 'Token' in the Authorization header.
Please sign in to leave a comment.