OpenPanel

References

Manage reference points for your OpenPanel projects. References mark important dates or events on your analytics timeline.

Authentication

Requires a root client. See the Authentication guide.

Base URL

https://api.openpanel.dev/manage/references

What are references?

References are markers on your analytics timeline — useful for product launches, campaign start dates, feature releases, or any event you want to correlate with changes in your metrics.

Endpoints

MethodPathDescription
GET/manage/referencesList all references (optionally filter by projectId)
GET/manage/references/{id}Get a specific reference
POST/manage/referencesCreate a new reference
PATCH/manage/references/{id}Update a reference
DELETE/manage/references/{id}Delete a reference

For full request/response schemas, see the API Reference.

On this page