Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

A valid API must follow these rules:

...

  • Profound API primarily emphasizes RESTful API publishing, but starting from version 6.2.0, it also includes support for building and publishing SOAP APIs. This guide offers insights into the distinctions between REST and SOAP.
  • The examples in the Getting Started section focus on REST, however there is a section dedicated to SOAP located here.


Run manual Test over your APIs

  • You never know what the consumer of this API might be calling the API with.  It's good for your API to return with a error reason and way to correct instead of a generic error.

...