mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(router): add admin list apis for v2 (#5883)
This commit is contained in:
		 Sai Harsha Vardhan
					Sai Harsha Vardhan
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							fbd2cda763
						
					
				
				
					commit
					bc6c460ca9
				
			| @ -73,6 +73,7 @@ Never share your secret api keys. Keep them guarded and secure. | ||||
|         routes::organization::organization_create, | ||||
|         routes::organization::organization_retrieve, | ||||
|         routes::organization::organization_update, | ||||
|         routes::organization::merchant_account_list, | ||||
|  | ||||
|         // Routes for merchant connector account | ||||
|         routes::merchant_connector_account::connector_create, | ||||
| @ -84,11 +85,13 @@ Never share your secret api keys. Keep them guarded and secure. | ||||
|         routes::merchant_account::merchant_account_create, | ||||
|         routes::merchant_account::merchant_account_retrieve, | ||||
|         routes::merchant_account::merchant_account_update, | ||||
|         routes::merchant_account::business_profiles_list, | ||||
|  | ||||
|         // Routes for business profile | ||||
|         routes::business_profile::business_profile_create, | ||||
|         routes::business_profile::business_profile_retrieve, | ||||
|         routes::business_profile::business_profile_update, | ||||
|         routes::business_profile::connector_list, | ||||
|  | ||||
|         // Routes for routing under business profile | ||||
|         routes::business_profile::routing_link_config, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user