Loading...

API Keys

Manage API keys for external integrations

No API keys yet. Create one to get started.

Usage example

curl -X POST https://your-api.com/external/contacts \
  -H "Content-Type: application/json" \
  -H "X-API-Key: wk_your_key_here" \
  -d '{"first_name":"Jan","last_name":"Kowalski","email":"jan@example.com"}'