EndUsers
Send a passthrough request to an EndUser's integration connection
Sends a request directly to the specified integration connection (e.g., QuickBooks Desktop) on behalf of the end-user.
POST
/
end-users
/
{id}
/
passthrough
/
{integrationSlug}
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Path Parameters
The ID of the EndUser who owns the integration connection.
The integration identifier for the EndUser's connection.
Available options:
quickbooks_desktop
Body
application/json · object
The request body to send to the integration connection.
Response
200 - application/json
The response from the integration connection.