GetAuthenticationKeyDetail

Method : POST
URL : https://{{api_base_url}}/recharge/prepaid
Header : Authorization:Bearer {{api_token}}

Request Data (flight booking details):


                              {
                                 
                                "EmailId":"[email protected]",
                                "authentication":,
                                {
                                 "IpAddress":"205.147.103.205",
                                "Password":"EMT@uytrFYTREt",
                                ""PortalID":"26",
                                "SubUserId":"",
                                "UserName":"EMTB2B",
                                }
                            
                                "transactionScreenId":"EMT599971347"
                               
                              }
                            

Response Data(flight booking details)


                              {
                                "error":0,
                                "msg":"success",
                                "status":1,
                                "details":"",
                                {
                                  "isAuthenticated":" true",
                                  "authKey":"AKxai1uJ+fcL89yVgcFlqi6SMiVyIbzUWYqc8zpfFcNSTtTM6JJ8FCJEo4ajwwcH",
                                   "error":"null",
                                  "IpAddress":"nul",
                                  
                                }
                              }