Skip to main content

Test Connection for Instance

POST 

/api/veracore/integration-instances/:integration_instance/test-connection

Test the Veracore connection for an existing integration instance using its saved credentials. The endpoint attempts to request an access token from the Veracore API and reports whether authentication succeeded.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

No request body is required — the credentials stored on the instance are used.

Errors

  • 404 when the integration instance does not exist.
  • 422 with data.success = false and data.error when Veracore rejects the saved credentials or the server cannot be reached.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type