Documentation

Curated public guidance for external integrations, reviewed-access workflows, high-level deployment options, security disclosure, and machine-readable docs.

Public integration quick start

Start with the curated public contract. Request reviewed access only when your workflow needs partner-only capabilities or environment-specific onboarding.

# Discover the public documentation surface
curl https://knogin.com/api/docs | jq .

# Review the app registration contract
curl https://auth.knogin.com/v1/platform/scopes \
  -H "Authorization: Bearer <admin-access-token>"

# Exchange an approved client for a token
curl -X POST https://auth.knogin.com/v1/oauth/token \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "grant_type=client_credentials&client_id=<client-id>&client_secret=<client-secret>&scope=webhooks:write"

Command examples remain canonical English because they match the public API surface directly.

Need a reviewed integration workflow?

Use the integration guide for access review, sandbox coordination, and partner or customer-admin workflows.