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
x-pica-action-id
string
required
The unique identifier of the action to execute, which you can obtain from the Actions directory.

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