You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need API to programatically fetch API keys for given organisation.
Currently Novu provides https://api.novu.co/v1/environments/api-keys that requires API key as Authorization header but returns same API key as response which is not useful.
🎤 Why is this feature needed ?
We are working on feature where we need multiple organisations to be created and managed. We have multiple applications that are going to subscribe to our novu service in order receive customised notifications. So we will be creating an organisation for every application programatically and store the API key in out Database (Encrypted).
✌️ How do you aim to achieve this?
We are expecting something like below which would help to fetch the API key on demand
I suspect you would need some type of skeleton key-style api token but I personally don't see how this would work for both the cloud and the self-hosted versions.
On the other hand, you might be able to look over this file and see if you can replicate it with a custom script you guys run in your org.
🔖 Feature description
Need API to programatically fetch API keys for given organisation.
Currently Novu provides
https://api.novu.co/v1/environments/api-keys
that requires API key as Authorization header but returns same API key as response which is not useful.🎤 Why is this feature needed ?
We are working on feature where we need multiple organisations to be created and managed. We have multiple applications that are going to subscribe to our novu service in order receive customised notifications. So we will be creating an organisation for every application programatically and store the API key in out Database (Encrypted).
✌️ How do you aim to achieve this?
We are expecting something like below which would help to fetch the API key on demand
https://api.novu.co/v1/environments/{organisationId}/api-keys
🔄️ Additional Information
I checked related issue #5556 but could not find any solutions
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: