Using the Developer Console

A step-by-step guide on how to manage your API integrations directly from the Busy Board Administrator Portal.

1

Access the Developer Console

In the main sidebar of your Administrator Portal, look for the "Developer" item with the BETA badge. Clicking this will open your centralized developer dashboard.

2

Managing API Keys

Navigate to the "API Keys" tab. Here you can generate new keys for your production or staging environments. Remember to select the appropriate scopes (Read/Write) based on your integration needs.

Pro Tip: Give your keys descriptive names like "Main Website Prod" or "CRM Sync Tool" to easily track usage logs.
3

Setting Up Webhooks

Click the "Webhooks" tab and select "Add Endpoint". Enter your destination URL and select the event topics you wish to receive. Busy Board will immediately start sending signed payloads to this URL.

4

Monitoring & Debugging

Use the "Event Logs" tab to monitor every webhook delivery attempt. You can see the response status code from your server, the execution time, and even trigger a manual retry for failed deliveries.

Privacy & Security

Busy Board prioritizes the security of your data. All API keys are stored with industry-standard hashing, and all webhook communications are encrypted and signed.