Developers

REST API

Authenticate and call the OESCOM Connect API.

The public API is versioned under /api/v1. Authenticate with a JWT from login or an organization API key. Include X-Organization-Id for tenant-scoped endpoints.

curl -X GET "$API_URL/api/v1/contacts" \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  -H "X-Organization-Id: $ORG_ID"

API keys

Create scoped API keys in Dashboard → Developers. Keys are shown once at creation. Rotate them if they are leaked.