User Inputs
Data provided in the requests by the Client and User
The following are the user inputs practiced in SingleView Data API:
User input | Description |
---|---|
Client ID | SingleView Data API registered and valid Client ID |
Client Code | SingleView Data API registered and valid Client Code |
Signature Key | SingleView Data API registered and valid Client Signature Key |
Username | Username of the Client-end User Account |
Password | Password of the Client-end User Account |
Signature | Signature Code is a 64-Bit Hash string generated through BASE 64 & SHA 256 encryption included with request body and signature key. |
Session ID | Obtained at login, Session ID validates and authorizes a particular account to access the platform until it expires. |
Access Token | Obtained at login, Access Token, also known as Authorization Bearer Token acts as an authentication parameter for requests fired by the user. |
Updated 5 months ago