post https://api-sandbox.data.one/v1/sessions
After creating a user you may now initiate sessions for that user. To create a session you may use POST /v1/sessions
(for example when a user clicks a call to action). In the request it's required that you provide a URL for the user to redirect to once they have completed their Open Banking journey with us. You must also provide the userId
. You may also optionally specify an arbitrary correlationId
which will be returned unmodified upon completion of the user's journey with us. As with all other requests, you'll need to provide your API key as a header which you received from us to authenticate.