Does OCEN supports Sync or Async APIs

  1. OCEN APIs are Async apis . This means that the invoke of an API can invoke the api and get an inprogress result in the HTTP response . Later the invoker could get the result as notification in another HTTP request.
  2. APIs are idempotent in nature