What is a Project ID?
A project ID is a unique identifier assigned to each project in your workspace. It’s required for making API requests that interact with specific projects, such as retrieving project details or updating project information. The project ID appears in the URL when you view a project in your workspace. For example, in the URL:Step-by-Step Instructions
1
Navigate to your project details
Log into your NeetoInvoice workspace and navigate to the project you want to work with.
2
Locate the project URL
Once you’re viewing the project details, look at your browser’s address bar. The URL will contain the project ID.
3
Extract the project ID
The project ID is typically found in the URL path. Look for a pattern like:The
{project-id} part is what you need.URL Examples
Here are some examples of how project IDs appear in URLs:| URL Example | Project ID |
|---|---|
https://mycompany.neetoinvoice.com/admin/projects/71f70673bc9d5da257b1/project-info | 71f70673bc9d5da257b1 |
https://marketing.neetoinvoice.com/admin/projects/f95ac346aa728da5f91b/more | f95ac346aa728da5f91b |
https://events.neetoinvoice.com/admin/projects/sv3d789f1234cdef5678/integrations | sv3d789f1234cdef5678 |