Use this endpoint to initiate a test of the Plaid Core Exchange authorization flow. Your configured Authentication URI will be returned in the response body which you can navigate to in browser, then perform your authentication process using the appended auth_request_id. If that authentication is successful, this flow should end by redirecting to our success page from the authorize response. This endpoint is only supported in the sandbox environment.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
redirect response url to the authentication page
The response is of type object
.