Execute proxy request
Proxy an HTTP request to a third-party API using connected account credentials. This endpoint allows making authenticated API calls to external services while abstracting away authentication details.
Headers
x-api-key
Request
This endpoint expects an object.
endpoint
The API endpoint to call (absolute URL or path relative to base URL of the connected account)
method
The HTTP method to use for the request
Allowed values:
connected_account_id
The ID of the connected account to use for authentication (if not provided, will use the default account for the project)
body
parameters
Additional HTTP headers or query parameters to include in the request
Response
Successfully executed proxy request and received response
status
The HTTP status code returned from the proxied API
data
headers
The HTTP headers returned from the proxied API