Hello guys, I'm trying to use connector-build to c...
# help-connector-development
e
Hello guys, I'm trying to use connector-build to create a new source that returns data from an api. I have some difficulties because in this API, I need to follow some steps before accessing the data, and connector-build doesn't provide an authentication method needed to return the session id. See below the steps I need to follow in order to access the data: • Get access token • Get session id (cookie) • List campaign data using session cookie. With python, I do POST, and authenticate myself by passing the login info through the body. However, in airbyte I'm not getting any example to be able to build my connector. Can someone help me by providing a case similar to this one where I always need to pass a cookie to access certain data?