FedEx Authorization (Auth 2.0) API details

Authorization API Details This API allows you to authorize the API requests and it is required to authenticate the FedEx resources. The following section describes the prerequisites for the API: While registering to FedEx Developer portal, FedEx provides a combination of Client ID (API Key) and Client Secret (Secret Key) to authenticate API requests for… Continue reading FedEx Authorization (Auth 2.0) API details

How to generate Basic authentication headers for REST API in suitescript?

REST API supports only ‘Basic authentication’ and ‘OAuth 1.0a’ authentication methods.We can generate Basic authentication headers for REST API requests in suitescript using suitescript modules from the username and API token(password).Authentication header need to be passed as header with every request that require authentication. If we use Postman software we can see an authentication header… Continue reading How to generate Basic authentication headers for REST API in suitescript?