Skip to main content
Use this endpoint to initiate the authorization process with a particular Data Provider.

Authorization Example

URL
{{host}}//api/v1/authorize?client_id={{recipient_id}}&redirect_uri={{redirect_uri}}&state=abc&response_type=code&scope={{scope}}&provider_id={}
Success Response:
URL
https://www.example.com/callback?
code=code
&state=state
Failure Response:
URL
https://www.example.com/callback?
error=access_denied
&error_description=The user denied the access
&state=state

How to handle an error response

If you receive an error response, refer to the List of Authorization Errors for more information about the error and how to resolve it.