Finite State Platform API

Token-authenticated REST API for the Finite State platform, served under /api/public/v0 on the platform host. Interactive Swagger documentation is published per organization at https://[org].finitestate.io/swagger and the underlying OpenAPI document is served at /api/docs/openapi.json. Both the spec and every operation sit behind an API token, so no machine-readable contract is retrievable anonymously.

API entry from apis.yml

apis.yml Raw ↑
aid: finite-state:platform-api
name: Finite State Platform API
description: Token-authenticated REST API for the Finite State platform, served under /api/public/v0 on
  the platform host. Interactive Swagger documentation is published per organization at https://[org].finitestate.io/swagger
  and the underlying OpenAPI document is served at /api/docs/openapi.json. Both the spec and every operation
  sit behind an API token, so no machine-readable contract is retrievable anonymously.
humanURL: https://docs.finitestate.io/docs/dev-tools/finite-state-api/
baseURL: https://app.finitestate.io/api/public/v0
tags:
- Product Security
- SBOM
- Vulnerability Management
properties:
- type: Documentation
  url: https://docs.finitestate.io/docs/dev-tools/finite-state-api/
- type: APIReference
  url: https://docs.finitestate.io/docs/dev-tools/finite-state-api/
- type: Authentication
  url: authentication/finite-state-authentication.yml