This is an example app that demonstrates how you can integrate your apps with the Tink API.
The application requires a Tink API developer account and a server component to run.
- Follow the getting started guide to create your developer account
- Retrieve your OAuth client credentials
- Update the list of allowed
redirectUriswith a deep link to your app:
$ curl -X PUT https://api.tink.se/api/v1/oauth/manager/client/<CLIENTID> -u "<EMAIL>:<PASSWORD>" -H 'Content-Type: application/json' -d '{ "redirectUris": ["http://localhost:3000/callback", "demo://authorize"] }'
- Clone the web & server example for Tink Connect
$ git clone https://github.com/tink-ab/tink-connect-example
- Run
$ CLIENT_ID=<CLIENTID> CLIENT_SECRET=<SECRET> npm install && npm run dev
- Open
TinkConnectExample.xcodeprojand run the target. - Update Constants.swift with your client identifier
- Build & run
- Read our getting started guide
- Check out our tutorials and demo apps
- Check out the Tink API documentation
- Visit the Tink Developer Console for more resources
👋 We are continuously working on improving the developer experience of our API offering. For any questions or suggestions for improvement, contact us at [email protected].
