does anyone know what the api key header format is for making get requests. say I wanted to make a call in postman how would the authentication be formated i tried Authentication Basic "apikey" returns 401
You could look into the source code of one of the clients like https://github.com/chargebee/chargebee-ruby.
2Legit
does anyone know what the api key header format is for making get requests. say I wanted to make a call in postman how would the authentication be formated i tried Authentication Basic "apikey" returns 401