Response to API panel

I have maybe a silly question, but I do not have a deep knowledge of building API endpoints. It is related to app panel and its API.

We have a mongodb and I was wondering if we could build an API response to api panel with tool such as Integromat.

I created a webhook and put it into app panel url API call. Panel then trigger response, which finds a correct json in mongodb. Tricky part is to send response back to API call. I was wondering, if I can make just http post request on the API call, I have found in developer tool - https://champlist-sandbox.pipedrive.com/api/v1/marketplace-extensions/panels/369b2147-9d1b-4c97-be67-023352b6ca81?resource=person&view=details&userId=XXX&companyId=XXX&selectedIds=5&session_token=XXXX&strict_mode=true

however it gives me 401 response - is this flow even doable or I have just some problem with autorisation of http request

1 Like

I have the same issue, but with error 400 at the end of the get method.