cURL
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" } ] }
Retrieves a list of OpenAPI YAML definitions for services.
access token
A list of OpenAPI specs.
Show child attributes
Timestamp when the OpenAPI spec was created.
"2024-01-15T10:00:00Z"
Timestamp when the OpenAPI spec was last updated.
"2024-06-12T08:30:00Z"
The name of the service the OpenAPI spec belongs to.
"devtools"
The full OpenAPI spec in YAML format.
"openapi: 3.0.3\ninfo:\n title: Devtools Service\n version: 1.0.0\n"