DotID examples

This directory contains documentation for example integrations. Runnable example code lives under examples/ at the DotID repository root.

Examples

Example

Purpose

external-developer-api

Third-party developer registration, tenant installation, and PassPort app entry through the clean public API model. Runnable code: examples/external-developer-api/.

Examples should prefer the public API gateway surface where possible. Run them against your local simulation while developing, then point them at production once you go live:

  • local simulation: {{ dotid_api_local }}

Use console hostnames only for browser-console flows:

  • tenant console: {{ dotid_console_local }}

  • platform admin console: {{ dotid_admin_console_local }}