getAuthenticatorInfo
post
                    /ccadmin/v1/adminProfiles/getAuthenticatorInfo
Gets authenticator info based on the provided token.
                Request
Supported Media Types
                - application/json
Root Schema : getAuthenticatorInfo_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            token(optional): 
            string
            Token representing the authentication information to fetch.
Example:
    
    
{
    "token":"sampleToken123123123"
}Response
Supported Media Types
                - application/json
200 Response
The following model is returned when the operation succeeds.
                
                
                    Root Schema : getAuthenticatorInfo_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            omaLink(optional): 
            string
            Oracle Mobile Authenticator (OMA) application-specific link to create an entry in OMA.
- 
            qrCodeLink(optional): 
            string
            Link to a QR code representation of the OMA link.
- 
            secretKey(optional): 
            string
            Key that can be used to manually create an entry in an authentication application.
Example Response (application/json)
                    {
    "omaLink":"oraclemobileauthenticator://settings?AccountName::=hostname/sample.user@example.com&SharedSecretValue::=1234567890ABCDEFGHIJKLMNOPQRUSTV",
    "secretKey":"1234567890ABCDEFGHIJKLMNOPQRUSTV",
    "omaQRCodeLink":"http://www.example.com/qr?code=oraclemobileauthenticator://settings?AccountName::=hostname/sample.user@example.com&SharedSecretValue::=1234567890ABCDEFGHIJKLMNOPQRUSTV"
}Default Response
The error response.
 The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|83045|Unable to find authentication information for the token provided.|
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code