Hi All
I need help in configuring API to pull the data..
Below are the screenshots of configuration
Thanks in Advance for your help!
Below i have entered API Key and API ID
ERROR Message
Can you share the headers configurations as well?
@Marp Do you have any documentation related to the api that you're able to share? The payload looks like you're giving the API the client ID and secret in order to receive a token, but your URL doesn't look like a token endpoint. I would check any API documentation for items related to authorization/tokens. Presumably, you'll need to hit a token endpoint, and then use that token to hit the URL you're currently hitting. I'm just guessing, but after you've gotten your token, you would add a header item named Authorization and then the value would be "Bearer aoeu9234eount235naoeut32" where you'd obviously put your token in there. This token in the Authorization in the header would mean you wouldn't send your client ID/secret/grant type to the clinical duration URL.