Skip to main content
POST
/
documentation
/
openapi
/
list
List all published OpenAPI specifications
curl --request POST \
  --url https://devtools.platform.arb.inc/documentation/openapi/list \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "created": "2025-08-01T14:30:00Z",
      "updated": "2025-08-15T10:30:00Z",
      "service": "auth",
      "yaml": "openapi: 3.0.3\ninfo:\n  title: auth\n  version: 1.0.0\n..."
    }
  ]
}

Authorizations

Authorization
string
header
required

access token

Response

Successfully retrieved OpenAPI specifications

results
object[]

List of published OpenAPI specifications