Jifeline Partner Websockets API 1.0.0

Jifeline Partner Websockets API offers real time updates related to data of your Partner Portal.

General Considerations

  • All messages sent and received via WebSockets are encoded in JSON format.
  • Recommended reconnection behaviour is to (1) attempt reconnection instantly up to a handful of times if the websocket is dropped randomly during normal operation but (2) after extended downtime, attempt to reconnect no more quickly than once every 5 seconds.

Servers

  • wss://partner-api-ws-001.prd.jifeline.cloud/wssprd

    Server that requires a access token to be send when connecting.

    See this Partner API documentation to learn how to get an access token.

    Send the access token via the header Authorization: Bearer <your token> or pass it via the ?access_token=<your token> query parameter.

    Once the socket is open you can subscribe by sending a specific subscribe request messages.

    Security:

Operations

  • RECEIVE /

    Operation IDsubscribe

    Available only on servers:

    Accepts one of the following messages:

    • #0Subscribe to connector
      Message IDsubscribeToConnector

      Subscribe to receive status updates regarding a connector.

      object

      Examples

    • #1Unsubscribe from connector
      Message IDunsubscribeFromConnector

      Unsubscribe from receiving status updates regarding a connector.

      object

      Examples

    • #2Subscribe to event
      Message IDsubscribeToEvent

      Subscribe to receive events with the specified type.

      object

      Examples

    • #3Unsubscribe from event
      Message IDunsubscribeFromEvent

      Unsubscribe from receiving events with the specified type.

      object

      Examples

  • SEND /

    Operation IDpublish

    Available only on servers:

    Accepts one of the following messages:

    • #0Connector status update
      Message IDconnectorStatusUpdate

      A status update of a subscribed connector.

      object

      Examples

    • #1Event received
      Message IDeventReceived

      A system event was received.

      object

      Examples

Messages

  • #1Subscribe to connector
    Message IDSubscribeToConnector

    Subscribe to receive status updates regarding a connector.

    object
  • #2Unsubscribe from connector
    Message IDUnsubscribeFromConnector

    Unsubscribe from receiving status updates regarding a connector.

    object
  • #3Connector status update
    Message IDConnectorStatusUpdate

    A status update of a subscribed connector.

    object
  • #4Subscribe to event
    Message IDSubscribeToEvent

    Subscribe to receive events with the specified type.

    object
  • #5Unsubscribe from event
    Message IDUnsubscribeFromEvent

    Unsubscribe from receiving events with the specified type.

    object
  • #6Event received
    Message IDEventReceived

    A system event was received.

    object

Schemas

  • object
  • object
  • object
  • object
  • object
  • object