OpenAPI

The Platform API exposes an OpenAPI (Swagger) specification so you can generate clients, explore endpoints, or integrate with tooling that supports OpenAPI 3.x.

URL

https://platform-api.infoplaza.dev/openapi.json

How to use

  • Import in Swagger UI — Use the URL above as the spec URL to explore and try the API in a browser.
  • Generate clients — Use OpenAPI Generator or similar tools with this URL to generate SDKs (e.g. TypeScript, Python, Java).
  • Documentation tools — Many doc generators (Redoc, Stoplight, etc.) accept a URL to an OpenAPI JSON spec.

Requests to the API still require authentication; the spec describes parameters and schemas only.