TextMaster's Developer Documentation
HomeApp
  • Welcome!
  • Quick Start
    • Postman
    • OpenAPI
  • Overview
    • Resources in the REST API
    • Authentication
    • Troubleshooting
    • Filters
    • Workflow
    • File uploads
    • Loop
  • Guides
    • Integrator best practices
  • Apps
    • About OAuth Apps
    • Building OAuth Apps
      • Creating an OAuth App
      • Authorizing OAuth Apps
      • Scopes for OAuth Apps
    • Managing OAuth Apps
      • Modifying an OAuth App
      • Deleting an OAuth App
  • Webhooks & Events
    • Webhooks
      • Creating webhooks
      • Configuring your server for webhooks
      • Securing webhooks
      • Troubleshooting webhooks
    • Events
  • Integrations
    • Akeneo
      • Getting Started
      • Configuration
      • Usage
      • Monitoring
      • Troubleshooting
    • Salesforce Commerce Cloud
      • Getting Started
      • Configuration
      • Usage
      • Monitoring
      • Troubleshooting
  • Reference
    • Abilities
    • Authors
    • Documents
    • Categories
    • Countries
    • Expertises
    • Glossaries
    • Languages
    • Levels
    • Locales
    • Preferred Authors
    • Projects
    • Project Templates
    • Negotiated Contracts
    • Support Messages
    • Transactions
    • Uploads
    • Users
    • Work Templates
Powered by GitBook
On this page
  • About
  • Getting the OpenAPI description
  • Using the OpenAPI description

Was this helpful?

  1. Quick Start

OpenAPI

The TextMaster REST API is fully described in an OpenAPI 3.0 compliant document.

PreviousPostmanNextResources in the REST API

Last updated 1 year ago

Was this helpful?

About

is a standard specification for describing REST APIs. OpenAPI descriptions allow both humans and machines to discover the capabilities of an API without needing to first read documentation or understand the implementation. TextMaster has made its REST API publicly available as an OpenAPI 3.0 compliant document.

Getting the OpenAPI description

You can find the description at

Using the OpenAPI description

There are many uses for an OpenAPI description. For example, you could:

  • Generate your own API client.

  • Validate and test a TextMaster REST API integration.

  • Explore and interact with the TextMaster REST API using third-party tools, such as Insomnia or Postman.

For example, TextMaster uses the OpenAPI description to generate the documentation.

Tips: You can also explore our API through allowing you to send and inspect request without having to write any code!

OpenAPI
https://app.textmaster.com/api-docs/v1/clients/specs.yaml
REST API reference
our interactive interface