Categorygithub.com/codatio/client-sdk-go

# README

Codat Go SDK

The universal API for small business data

Codat solves the connectivity challenge for developers building the next generation of financial products for small businesses. We're experts in how your application interacts with the other software your customer use, so you can focus on what makes you superior.

Beta Release

Exciting news! Our first TypeScript library beta release is here, simplifying your development workflow with an effortless build process.

Authentication

Codat uses API keys to control access to the API.

You must keep the API key secret, so make sure it isn't available in publicly accessible areas, such as GitHub and client-side code. Codat recommends the API key is only inserted at release time, and the number of people at your organization with access to your API key is minimised.

Codat expects the API key to be included in all API requests to the server, Base64 encoded within an 'Authorization' header.

Authorization: Basic YOUR_ENCODED_API_KEY

Getting your Authorization Header

To get your authorization header from the Codat Portal:

  1. In the navigation bar, click Developers > API keys.
  2. In the API Keys section, copy your authorization header rather than the API key itself.

Codat APIs

APIDescriptiongo get
Common APIManage the building blocks of Codat, including companies, connections, and more.github.com/codatio/client-sdk-go/common
Accounting APIAccess standardized accounting data from our accounting integrations.github.com/codatio/client-sdk-go/accounting
Banking APIAccess standardized banking data from our banking integrations.github.com/codatio/client-sdk-go/banking
Commerce APIAccess standardized commerce data from our commerce integrations.github.com/codatio/client-sdk-go/commerce
Bank Feeds APISet up bank feeds from accounts in your application to supported accounting platforms.github.com/codatio/client-sdk-go/bankfeeds
Assess APIMake credit decisions backed by enhanced financials, metrics, reports, and data integrity features.github.com/codatio/client-sdk-go/assess
Sync for Commerce APIPush merchants' data from your ecommerce or point-of-sale (POS) platform into your merchants' accounting platform.github.com/codatio/client-sdk-go/synccommerce
Sync for Expenses APIPush expenses to accounting platforms.github.com/codatio/client-sdk-go/expenses
Files APICapture your SMB's business documents with our file upload functionality.github.com/codatio/client-sdk-go/files

# Packages

No description provided by the author