You need to sign in to do that
Don't have an account?

Do I need the O Auth?
Hi All,
I am trying to bring shipping information from XPO Logistics into Salesforce. I was given a bearer token and I have to go through Postman to refresh the token every 12 hours. Will I need to do an OAuth? If so, will the callback URL be the Postman, the XPO Logistics or Salesforce? I am very confused about what the callback URL does, and how I would get the callback URL if I need to get one on Postman. Please help!
I am trying to bring shipping information from XPO Logistics into Salesforce. I was given a bearer token and I have to go through Postman to refresh the token every 12 hours. Will I need to do an OAuth? If so, will the callback URL be the Postman, the XPO Logistics or Salesforce? I am very confused about what the callback URL does, and how I would get the callback URL if I need to get one on Postman. Please help!
Please check once below smple code.
If you want to connect other system then they will provide us
1. Client id
2. Client secret
3. Oauth toke url
Using above id nd secret we can generate the access token.
Once you get access token using that we can get the details from XPO.
4. Here XPO again other URL will provide you to get the details
Endpoint url = 'xpo ppppppppp '
Hope this helps you!
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others.
Thanks
Varaprasad
@For Support: varaprasad4sfdc@gmail.com