I’m developer of FNF Surplus and trying to access Sangam CRM APIs to get data from the system and use it for internal purposes. With the provided API credentials if I access the Entry list API I faced “Unauthenticated Request” how to resolve this?
Share some screenshots for more details
Sir, please ensure you call the login API first. Use the token generated during login and include it in the header for subsequent API requests
Thanks Aakanksha, it is working now.
I have an another question. After fetching the data how to I paginate between the links provided. I need to use the pagination url with same token generated in login API. Will that work?
What is the login session expiry? How frequent I need to call the login API?
My email id balaji.krishnasami@gmail.com
Thanks Mayuri, my queries are addressed now, You can close this ticket
Thank you for the update, sir.
Sir,
Once you log in, you will receive a token. Please store this token in your global environment parameters and use it for every call to the “Get Entry List” API.
To paginate the data, refer to the links shown in the attached screenshot below :
Additionally, the “from” and “to” parameters define the range of data retrieved, indicating the starting and ending points of the retrieved records.