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