Quick Start Guide
To get started with HelpCore, you'll first need to generate an API key from your developer settings. This key will be used to authenticate all requests to our services.
curl -X POST https://api.helpcore.com/v1/auth/token \
-H "Content-Type: application/json" \
-d '{"api_key": "YOUR_SECRET_KEY"}'
Once authenticated, you can begin exploring our modules. We recommend starting with the Identity Module to set up your first user context.