Minty Bol Connector
  • Introduction
  • ⚙️API
    • Introduction
    • Authentication
    • Endpoints
      • User accounts
      • Bol accounts
      • Woocommerce
      • Modules
      • User Modules
      • Delivery Options
      • Cancel Order
      • Send Order
Powered by GitBook
On this page
  1. API

Authentication

As for now, the API only allows you to use basic authentication.

How to get basic authentication value?

The basic authentication value already has been added into the database when your account was created. This is the api key that can be found on the dashboard.

Example usage:

"headers": {
    "Authorization": "Basic <api_key>"
}
PreviousIntroductionNextEndpoints

Last updated 2 years ago

⚙️