Developers
Introduction to HacknPlan REST API
The HacknPlan Public REST API gives programmatic access to your HacknPlan data without using the UI.
Typical uses include:
- custom internal tools
- automations and scripts
- integrations with external services
Base URL
API endpoints use:
https://api.hacknplan.com/{version}
Example version: v0 (current beta version).
HTTPS is required. HTTP requests are redirected to HTTPS.
Data format
- Date-time fields use ISO 8601 in UTC.
- Request and response bodies use JSON.
- Entity field names use
camelCase.