cURL
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..." } ] }
Retrieves all published OpenAPI specifications from all platform services, sorted by service name. Returns the complete YAML content along with creation and update timestamps. Requires devtools.documentation.viewer permission.
devtools.documentation.viewer
access token
Successfully retrieved OpenAPI specifications
List of published OpenAPI specifications
Show child attributes