- Joined
- Jan 11, 2024
- Messages
- 7
- Reaction score
- 4
Hi,
I'm struggling to create the Custom CRM Integration XML to use just a Bearer Token.
I have this working in Postman but I'm not sure how to set this in the Template Wizard. Can anyone help?
I've tried setting it up as basic Authentication and manually adding the below to each scenario but that returns: Server returned a non successful status code - HTTPStatusCode=Unauthorized
<Headers>
<Value Key="Authorization" Type="String">Bearer [APIkey]</Value>
</Headers>
Prospect API Documentation - https://docs.prospect365.com/en/articles/2455275-getting-started-with-the-odata-api
Thanks!
I'm struggling to create the Custom CRM Integration XML to use just a Bearer Token.
I have this working in Postman but I'm not sure how to set this in the Template Wizard. Can anyone help?
I've tried setting it up as basic Authentication and manually adding the below to each scenario but that returns: Server returned a non successful status code - HTTPStatusCode=Unauthorized
<Headers>
<Value Key="Authorization" Type="String">Bearer [APIkey]</Value>
</Headers>
Prospect API Documentation - https://docs.prospect365.com/en/articles/2455275-getting-started-with-the-odata-api
Thanks!