FRM

Overview

The Trident FRM API is built on HTTP, using RESTful. It returns HTTP response codes to indicate errors. It also accepts and returns JSON in the HTTP body.

Before you begin

Ensure you have the following as prerequisites:

  • Active Wibmo Trident account with valid API credentials
  • API key and secret obtained from the Wibmo Developer Portal
  • HTTPS-enabled client capable of making POST requests
  • JSON parsing and generation capabilities
  • Backend system that can handle synchronous API responses within configurable timeout periods
  • Secure storage for API credentials
  • Network access to Wibmo's API endpoints (ensure your firewall allows outbound connections)

For the detailed integration flow, refer to Integration