Passthrough

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}

Path parameters

idstring required

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

Example:end_usr_1234567abcdefg

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

integrationSlug'quickbooks_desktop' required

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

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

Request body

object required

The request body to send to the integration connection.

Response

Returns the response from the integration connection.

object required

The response from the integration connection.

Changes