Client web app-Cards
Number of APIs: 4
- 
Apply for a card POST {{customerURL}}:5055/ThirdpartyService/applyCard?access_token={{custoken}} 
- 
To view the cards associated with profile GET {{customerURL}}:5055/ThirdpartyService/cards?access_token={{custoken}}&status=active 
- 
Block a card PUT {{customerURL}}:5055/ThirdpartyService/cardStatus?access_token={{custoken}} 
- 
Fetch the profile details GET {{customerURL}}:5055/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{custoken}}