Is this your first time deploying Airbyte: No OS V...
# troubleshooting
s
Is this your first time deploying Airbyte: No OS Version / Instance: Microsoft Windows 11 Memory / Disk: 16GB / 500GB Deployment: Docker (via Docker Desktop WSL2) Airbyte Version: 0.35.57 Source name: Pipedrive Destination: Redshift Description: Hi guys, I am using the Get a connection API but it returns a 404. I am making a POST request in Postman using the connectionId in the connections URL. Does somebody have prior experience in calling this API who can help me out?
a
Hi @Sergi van den Berg, your URL is not properly built. You need to set the connection id in the body and not in the query params.
s
Thanks for the quick response, I have also tried that but did not succeed
a
I think you passed an unexisting connection if
Id*
s
Is there an example one I could try?
I take it from here in the URL:
a
The part you removed with red is the connection id indeed.
You can also list all the available connection with the `list`endpoint
s
This does not work for me unfortunately, what do you specify in the Headers and in Authorization?
Thanks, this worked. I find it still weird that the individual API for the connection won't work.