Skip to main content

Welcome

Barndoor provides a robust API that allows developers to securely access their dashboard environment’s data and programmatically update settings relevant to their Barndoor organization.

Authentication

All API endpoints are authenticated using a user Bearer token or a Platform API key.
const sdk = await loginInteractive();
See here for more info.