Summary
Need to connect an API with specific endpoint structure, authentication using query params, and passing session token in the body. Question about piping session token to a variable.
Question
Hi! I need to connect an API that
- has all their endpoints at /, only accepts POST
- authenticates using query params, generating a session token
- accepts a type: and a token: in its body to authenticate further calls
I’m finding it’s not possible to pipe the the session token to a variable, https://github.com/airbytehq/airbyte/discussions/47335 … but perhaps there’s another way? using the CDK perhaps?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.