Beep Boop API
The Beep Boop API is in alpha with a narrow scope. If you have a use case that is not covered, please do reach out to our team. 🤗
Authentication
Authenticate to the API by passing a project API Token in the Authorization header with type Bearer, like so:
curl -X GET -H "Authorization: Bearer <token>" "https://beepboophq.com/api/v1/slack-teams"Tokens are project scoped and may be acquired and regenerated on your project's Settings page.
As a convenience while running on Beep Boop, your current project token is passed as the BEEPBOOP_TOKEN environment variable.
Endpoints
The base URL for the Beep Boop API is https://beepboophq.com/api/v1