-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Feature description
When working with the API, it requires the ID of the project to work with.
This is a GUID so is not easy to remember. So this request to add an endpoint that returns the ID of a valid project based on the name.
Why would it be useful?
When wokring with the API, people will remember the name of the project over the ID. I am looking to build an automated system that interacts with Infisical and I need to be able to allow the project name to be specified, however I then need to translate this into the project id,
Additional context
The only way I can see to get the ID at the moment is to look at the UI and see the ID in the URL. This means people have to log into the UI to get the ID before they can run the automated process using the API
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers