Paths
/security/e2eKey
Certificate retrieval from the system
This API would retrieve the exponent / modulus for encrypting the password
A 128 bit universally unique identifier (UUID) that you generate for every request and is used for tracking. It is recommended to use the output from Java UUID class or an equivalent.
{
"default": "a7d1e304-83a9-4413-af97-62615e57eae66807840"
}
Content-Types that are acceptable for the response. Currently we support application/json
{
"default": "application\/json"
}
Content-Type in http header. Currently we support application/json
{
"default": "application\/json"
}
HTTP Accept-Language header
{
"default": "en-US"
}
2 character ISO country code
{
"default": "AU"
}
3 character business code
{
"default": "GCB"
}
channel ID used by the user
{
"default": "CML"
}
sid
{
"default": "abbb4837-8343-418c-93d8-77a8519dff9e"
}
The client ID you received during application registration in the developer portal
{
"default": "iX4xW5lG0gD6cX3uI5qN3pF6yK5nY2kB0eY5tB3xQ4rD4fD2xO"
}
Client Secret generated during application registration
{
"default": "iX4xW5lG0gD6cX3uI5qN3pF6yK5nY2kB0eY5tB3xQ4rD4fD2xO"
}
Customer phone successfully retrieved
(BAD REQUEST) - Request was not processed
(FORBIDDEN) - Unauthorized to perform the requested operation on resource.
(INTERNAL SERVER ERROR) - API Server Error.
Definitions
{
"properties": {
"modulus": {
"description": "This is the public key modulus",
"example": "000000000001704858800000000000170485880000000000017048588",
"type": "string"
},
"exponent": {
"description": "This is the public key exponent",
"example": "3",
"type": "string"
}
},
"required": [
"modulus",
"exponent"
],
"type": "object"
}