Skip to main content
POST
/
end-users
/
{id}
/
passthrough
/
{integrationSlug}
Passthrough
curl --request POST \
  --url https://api.conductor.is/v1/end-users/{id}/passthrough/{integrationSlug} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}").

Path Parameters

id
string
required

The ID of the end-user who owns the integration connection.

Example:

"end_usr_1234567abcdefg"

integrationSlug
enum<string>
required

The integration identifier for the end-user's connection.

Available options:
quickbooks_desktop

Body

application/json

The request body to send to the integration connection.

Response

200 - application/json

Returns the response from the integration connection.

The response from the integration connection.