Skip to main content

Error delivery

URL Query

Junction performs a 307 Temporary Redirect to the redirect_url specified in your Link Token in the following scenarios: Error parameters would be appended to the redirect_url before the redirection. For example, given a redirect_url of https://example.com/vital/callback:

JSON Response

Junction responds 200 OK with a JSON response in the following scenarios: Error parameters would be embedded into the JSON response. For example:

Error Parameters

state
const string
Constant: error
error_type
string
One of the Link Error Types.
error
string
A human-readable error explanation for troubleshooting purposes. Your application logic should not rely on this message.

Error Types

This list is non-exhaustive. Your application logic must gracefully handle any unrecognized error type.