Accessing the API

The Bizzy Public API allows you to fetch our data directly in your application. We use a straightforward REST API. You can obtain your API key by contacting your Bizzy account manager.

Authentication

All requests must include a bearer token in the Authorization header.

{
  "Authorization": Bearer YOUR_TOKEN_HERE
}

Base URL

https://api.bizzy.org

Support

For any questions or issues, please contact our support team at support@bizzy.com.