Use the /OAuth/Authorize endpoint if you are using a custom API integration and want to establish a secure connection using OAuth 2.0 technology.
/OAuth/Authorize endpoint if you are using a custom API integration and want to establish a secure connection using OAuth 2.0 technology.
This endpoint responds with a redirect.
Once the API returns a 302, you can grab the URL from the Header -> Location field and present the end user with the financial institution’s login page.Acceptable response media type.
The end-user's financial institution.
URL that redirects the end-user back to your app or website after completing the OAuth flow.
A unique string that you can randomly generate and link to this request to establish legitimacy. For the request to be successful, this string must be validated to confirm it's being passed with the correct request. The value of this field can be anything you want. This is an OAuth 2.0 standard and adds an extra layer of security.
Two-character abbreviation that specifies the language. Possible values include: - en = English - fr = French If this field is left empty, the default value is set to en.
Custom name that's assigned to the request for identification and tracking purposes.
Specifies the Data Recipient who receives the data, only if the instance is associated with multiple Data Recipients.
Redirect Response
The response is of type string.