Cannot access SangamCRM api

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

Here is the screenshot from my postman collection trying to access Get-Entry List API

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

2 Likes

Thanks Aakanksha, it is working now.

1 Like

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?

1 Like

What is the login session expiry? How frequent I need to call the login API?

My email id balaji.krishnasami@gmail.com

1 Like

Thanks Mayuri, my queries are addressed now, You can close this ticket

1 Like

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.

2 Likes