Getting Started

  • Contact us for access to the sandbox
  • Go to the settings page and click Access Keys > Add Key
  • Store your client_id and client_secret somewhere safe, you won't be able to access them again
  • Use these credentials to authenticate and receive a access_token
  • Use the access_token to create an end usernote down the end_user_id
  • Create a custom auth flow to authenticate your end users, click through each option on the left sidebar.
  • Start an auth session, the returned url will simulate how your end users can give consent to access data
  • Navigate to the auth_url returned and click through the prompts to give consent
  • You can now explore the different routes in this documentation using your end_user_id and access_token

Was this page helpful?