EndUsers
Ping an EndUser's connection
Checks whether the specified IntegrationConnection can connect and process requests end-to-end. This is useful for showing a “connection status” indicator in your app.
GET
/
end-users
/
{id}
/
ping
/
{integrationSlug}
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Path Parameters
The ID of the EndUser to ping.
The integration identifier for the EndUser's connection to ping.
Available options:
quickbooks_desktop
Response
200 - application/json
The time, in milliseconds, that it took to ping the connection.