Skip to content

System

Resource Discovery Support Badge Scraper Support Badge

Promitor provides a basic system endpoint that provides information about itself such as its version.

Consuming the System endpoint

You can check the status with a simple GET:

❯ curl -i -X GET "http://<uri>/api/v1/system"

Exploring our REST APIs

We provide API documentation to make it easier for you to consume our REST APIs them:

  • OpenAPI 3.0 format Availability Badge
    • You can explore it with OpenAPI UI on /api/docs
    • You can find the raw documentation on /api/v1/docs.json
  • Swagger 2.0 format Deprecation Badge
    • You can explore it with Swagger UI on /swagger
    • You can find the raw documentation on /swagger/v1/swagger.json