Common Terms

In this page, you will get to learn all the details of the common terms and how are they used throughout the APIs.

Authentication Workflow

Authentication workflow is the process of how a user should interact with the API and work with them. First of all, the server needs to know that the requests are coming from a secured environment or from authenticated users. Please check out the Authentication Workflow to understand how you can register and make the first request.

Device Binding

The binding process is a complicated process but one might wonder why do we even need this binding process. To understand this requirement, you will have to think of the security side of the server. The device binding process uniquely binds the device to the account so that the next time, server understand that the actual request is coming from the bounded device only not from a random device or maybe from an unrecognized device. There is also an option to bind the device to a new device. To know more about the binding process please visit the Device Binding section on the Authentication Workflow page.

Last updated