Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Export to OpenAPI specification

Export a REST API as an OpenAPI specification to import it into another web services tool.

Before you begin

Role required: web_service_admin, rest_api_explorer, or admin

Procedure

  1. Navigate to All > System Web Services > REST > REST API Explorer.

  2. Select the API you want to export.

    For example, use these choices to select the Table API for export.

    FieldValue
    Namespacenow
    API NameTable API
    API Versionlatest
  3. Below the list of API methods, select the link for the export format you want to use.

Export OpenAPI Specification (YAML)Format the export in YAML.
Export OpenAPI Specification (JSON)Format the export in JSON.
The browser displays a window to select a download location.
  1. Select the download location and file name.

  2. Save the file.

Result

The system downloads the API in the format you selected.

What to do next

Import the API into a web services tool such as Postman or Insomnia.

Parent Topic:Use the REST API Explorer