Quick lookup

Understand the basics of SingleView APIs for a smoother experience!

A registered account is all you need to kickstart your journey and explore SingleView APIs. Go through the following details to access and experience SingleView effortlessly.

2045

Configure your SingleView account

What to do?What you get?
Log into your API user account at SingleView API User Platform and set up your account by configuring your profile and managing the settings. The options in the settings may vary depending on the type of API and user roles.A customized API account that works on the given set of instructions configured by the user

Authentication Inputs

Below are the various authentication parameters/tags/inputs that are crucial for the validation of requests:

JSON Tag/InputDescriptionLocate or GeneratePoint of use
Username/userNameUsername of SingleView API user account Received in the account approval notification at the time of registrationLog in at SingleView API User Platform
Password/passwordPassword of SingleView API user account Received in the account registration approval notification emailLog in at SingleView API User Platform
clientIdClient ID
Unique client identification
Profile > Client infoIn the header of every request
clientCodeClient Code or Client Secret
Unique client code or secret
Profile > Client infoIn the header of every request
Signature Key Signature Key
Unique client key to generate signature
Profile > Client infoIn the header of every request
signatureSignature
64-bit string obtained by processing Signature Key using SHA-256 algorithm
Generated using Signature Key
See Get Signature
In the header of every request
sidSession ID
Unique ID assigned to the user for a specific duration (session)
Provided upon successful login request. See LoginIn the header of every request
Authorization: BearerBearer or Access Token
Unique Token Identification assigned to the user for a specific duration of their visit
Provided upon successful login request. See LoginIn the header of every request
OTP/otpOne-Time Password/Passcode
Password or passcode to authenticate and validate a payment action
Generated by sending a request. See Generate OTPUsed in the body of a payment processing request to authenticate and validate the action
payTokenPayment Token
Token to authorize and validate a payment action
Generated at the user-endUsed in the body of a payment processing request to authorize the action

APIs & Authentication Requirements

APIAuthentication requirements
Data APIClient ID
Client Code
Signature
Authorization Bearer
Payments APIClient ID
Client Code
Signature
Authorization Bearer
OTP
Pay Token