ajrey77
03/05/2025, 7:26 PMCeligo AI
03/05/2025, 7:26 PMAI generated answer (using internal Slack threads):To find out what endpoint users are accessing, you can follow these steps: 1. Check the page source: You can inspect the page source of the website deployed on NetSuite. The last few lines of the page source often contain useful information, including the host this instance is running on. 2. Use the "View Login Audit Trail" page: NetSuite provides a "View Login Audit Trail" page where you can submit the criteria you're interested in. This will give you information about user logins and IP addresses, which can help you identify the endpoints being accessed. 3. Check the URL used in API calls: If you're using tools like Postman for API testing, the request URL you enter is the endpoint. For example, if you're using the SuiteTalk REST web service, your endpoint might look something like this:
<https://4973434-sb1.suitetalk.api.netsuite.com/services/rest>
.
4. Check the codebase: If you have access to the codebase of the website or application, you can search for API calls. The URLs used in these calls are the endpoints.
Remember, the specific method to find the endpoints will depend on how the website or application is built and integrated with NetSuite. It's always a good idea to get as much information as possible from the client or the development team about the technologies and integration methods used.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
03/05/2025, 7:27 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802726805
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.799835145
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.796562135
Celigo AI
03/05/2025, 7:27 PM