API Reference
Backend API to be called for initializing the automatic authentication process. To ensure security, this API must be called from the SIS backend and the API credentials must be stored securely.
Endpoint
Request Headers
Name
Value
Example
Content-Type: application/json
Authorization: Basic VGhpc0lzVGhlU2Nob29sc0NsaWVudElEOlRoaXNJc0FTZWNyZXRLZXk=Authorization Parameters
Name
Description
Request Body
{
"targetMetadata": {
"useCase": "AU",
"targetData": {
"path": "DB" //Dashboard
}
},
"studentDetails": {
"registerNo": "12345",
},
"parentDetails": {
"email": "[email protected]",
"phone": "+919123123123"
},
}
Request Parameters
Name
Type
Mandatory
Description
Name
Type
Mandatory
Description
Name
Type
Mandatory
Description
Response Body
Response Parameters
Name
Type
Description
Last updated