API - Secure Message Center

Buy Now

Overview

Utilize DataMotion’s secure message center APIs to provision and manage user accounts, send, receive, store and track secure messages, email and files. For easy and secure login, we support the following:

  • OAuth2 for SSO, including Okta for enterprise class authentication
  • Google and Microsoft 365 credentials for secure message center user authentication

You can find in-depth technical information on each section of the secure message center API, including rate limits, helper libraries and SDKs, and baseURLs via the documentation tab.

Start your free trial by clicking on the “Start Trial” icon; once initiated, you will receive a confirmation email and a verification code. Learn more about how to get a session key and how to send, read, and retract a message in the “How Do I?” section below. Need additional help? Please click the FAQ or support tabs for more information and a form to contact us if needed.

How do I?

Send a Message

This workflow will show you how to send a message.

1
/Account/LogonGET A SESSION KEYPOST
This method is used to authenticate DataMotion credentials and retrieve a session key. Unless otherwise noted, this method must be called before any any other web service function, as the X-Session-Key header value is required to call most methods. A successful transaction will receive a 200 status code. Request Parameters
Type Name Value Required
body
The login request data
2
/MessageSEND A MESSAGEPOST