Aggregate multi APIs secrets vault

Hi guys,

I’m totally new to Hashicorp’s Vault. I was trying to find solutions for easily storing credentials from multiple API providers (it’s logistics APIs, DHL, PostNL, Fedex etc), from different contracts with each provider (meaning multiple pairs of username-passwords or API keys / provider), within Vault?

Each of the pair of the keys eventually relates to one of our customer and these differ.

The keys in the key value mapping that we’d need are “credential type” (basic, bearer, FTP), “username” and “password” (for the basic type), API token for (bearer). It’s kind nested.

Thanks a lot!