The following section describes the technical steps to get started with the integration. It is an additional resource that completes our openAPI description of the REST API.
Web form (v2) services use Access (https://docs.finapi.io/#overview) in order to implement various workflows. The below steps are a the pre-requisite requisites to use Web form’s (v2) REST services.
...
To get authorized as a client, make a call to Access POST /oauth/tokenand pass the following request parameters:
...
To create a user, make a call to Access POST /users and pass the following request body:
...
To get authorized as a user, make a call to Access POST /oauth/tokenand pass the following request parameters:
...
To get authorized as a User, use the obtained access_token
as an input for Web form QUICK AUTH
If you experience any problems during the integration or have any questions, please contact our support, support@finapi.io at any time. Our customer success team is looking forward to supporting you during your integration journey.
...