Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.openbunny.ai/llms.txt

Use this file to discover all available pages before exploring further.

All endpoints require authentication. See Authentication.

List contacts

GET /api/contacts

Create a contact

POST /api/contacts
name
string
required
Contact name
email
string
Email address
phone
string
Phone number
organization
string
Organization
role
string
Role or title

Get a contact

GET /api/contacts/:slug

Update a contact

PATCH /api/contacts/:slug

Delete a contact

DELETE /api/contacts/:slug