Connecting API with specific requirements

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

  1. has all their endpoints at /, only accepts POST
  2. authenticates using query params, generating a session token
  3. 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.

Join the conversation on Slack

["connect-api", "endpoint-structure", "query-params", "session-token", "piping", "CDK"]