Overview
VIDIZMO APIs use a bearer authentication scheme to authenticate HTTP requests. This means that if an app wishes to use an API which requires to be authenticated, then the app should pass a unique token called a bearer token in the header of the HTTP request
Before you start
- With the exception of a few, most of the HTTP Requests made to access VIDIZMO REST Services need to be authenticated before they can be successfully executed. Here is how you can: acquire access token for authentication using REST APIs.
Get User Profile by Email Address
Following is an example of an API request made using a bearer token in header as well as a flow diagram. In this example we are fetching basic information of a user on the basis of their email address.
Request Method: GET
Request URL: /api/v1/user/{emailAddress}
Request Header:
Response Status Code:
Response Body: