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

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

A list of OpenAPI specs.

results
object[]