Skip to main content
The Passthrough API is a powerful tool that allows you to interact directly with the underlying API of any integration.
Responses from the Passthrough API are shaped to match the response from the underlying API.

Base URL

https://api.picaos.com/v1/passthrough/{path}
Where {path} corresponds to the endpoint path in the third-party API’s documentation.

Required Headers

x-pica-secret
string
required
Your Pica API key
x-pica-connection-key
string
required
The connection key for the specific integration

If you’re looking to see how you can construct requests to the Passthrough API, check out the Building Requests guide.
I