Setup your development
Learn how to update your docs locally and deploy them to the public.Getting Started
To get started with the My ID Virtual API, you’ll need:- An API key from your dashboard
- Base URL:
http://localhost:3333 - Authentication via Bearer token
Making your first request
Preview documentation locally
To preview the documentation locally:API Reference
All API endpoints are automatically documented through OpenAPI/Swagger:- OpenAPI JSON:
http://localhost:3333/openapi - Swagger UI:
http://localhost:3333/swagger - Scalar UI:
http://localhost:3333/docs
