The following section describes the technical steps to get started with the integration. It is an additional resource which completes our openAPI description of the REST API.
...
Code Block |
---|
{ "id": "username", "password": "password", "email": "email@localhost.de", "phone": "+49 99 999999-999", "isAutoUpdateEnabled": false } |
...
Step 3: Get authorized as a user
The major prerequisite for creating a user is getting the user’s data, such as password
and id (username
) from the Step 2.
...
To get authorized, use the obtained access_token
as an input for DI QUICK AUTH (should be updated)
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.
...