Skip to main content

Welcome to Krebit Finance

Krebit Finance is a SaaS platform for managing client financial data, screening workflows, and credit insights. Each tenant is isolated on its own subdomain (https://{organization}.krebit.se), which acts as the base URL for your API calls.

Use these docs to authenticate your services, understand how the data model fits together, and work with the OpenAPI-driven reference that defines every REST endpoint. The reference covers full request/response schemas; this guide focuses on the workflows and decisions your team needs to build reliable finance integrations.

Platform highlights

  • Client data access - Retrieve verified client profiles, organization identifiers, and key financial metadata.
  • Flexible authentication - OAuth 2.0 access tokens protect all API traffic. Choose the client credentials flow for server-to-server integrations or Authorization Code for delegated access.
  • Automation-ready workflows - Use webhooks to keep internal systems synchronized without polling.
  • Operational visibility - Consistent pagination and error formats make it easy to build resilient integrations.

How the docs are organized

These docs combine conceptual guides with a generated API reference:

  • Getting started - Authentication, hands-on walkthroughs, and AI prompts to help you connect to the Finance API quickly.
  • Guides - Deep dives into managing clients, users, and webhooks with best practices for production.
  • API reference - The OpenAPI integration exposes every endpoint with request/response schemas, code samples, and filter descriptions.

You will also find callouts for operational rules and troubleshooting guidance based on common support questions.

Before you begin

  1. Set up your tenant - Confirm your Krebit Finance organization domain (for example, yourco.krebit.se) and treat it as the base URL for all API calls.
  2. Provision OAuth credentials - Create an app at https://{organization}.krebit.se/developer/my-apps to obtain a client_id and client_secret. Secrets are shown only once--store them securely.
  3. Decide on an integration pattern - Krebit Finance works well for back-office tooling, server-to-server automation, and customer portals. Pick the authentication flow that matches your use case.
  4. Plan data synchronization - Decide whether you will poll list endpoints or use webhooks to keep client records up to date.

Next steps

  • Follow the Quickstart to authenticate and pull your first client record.
  • Configure Authentication and verify access with GET /api/1.0/me.
  • Explore the guides for Clients, Users, and Webhooks to learn how the pieces fit together.
  • Browse the generated API reference from the sidebar whenever you need exact parameter and schema definitions.

Ready to dive in? Head to the Quickstart and start automating finance workflows with confidence.