Hey all, anyone know if you can replace authorization keys in the API connector without having to re-initialize the call? Like for example you want to switch your OpenAI calls to a different org, can you just change the shared auth key without touching anything and everything will work just fine?
Pinging @georgecollier because I’m 100% sure he’s had to do this before. 
Initialization I believe is just detecting data, so likely, no if you were to copy the API connector API to another application, then add the new secret Authorization value, the call is still initialized so already knows the data the call response will produce.
Did you test and experience something else so feel it is a bug if the call failed after changing the auth key value?
1 Like
Only need to reinitialize if the response structure is changing
1 Like
Haven’t tested, thought I could avoid that with a quick forumGPT post.
Ty