Search found 3 matches

by spala
Mon Jul 15, 2024 3:45 pm
Forum: HTTPAPI
Topic: FedEx Address validation API
Replies: 4
Views: 18658

Re: FedEx Address validation API

Thanks a lot, Scott.
Cleaned up version of the code successfully retrieved the access token.
by spala
Sun Jul 14, 2024 4:57 pm
Forum: HTTPAPI
Topic: FedEx Address validation API
Replies: 4
Views: 18658

Re: FedEx Address validation API

Thanks for the quick response, Scott. Passing client id and client secret should give an access token as a first step. There is no separate content for this step. When I sent the request without the 'content-length', received an error 'content-length' is missing. Here is the code. ------------------...
by spala
Fri Jul 12, 2024 8:41 pm
Forum: HTTPAPI
Topic: FedEx Address validation API
Replies: 4
Views: 18658

FedEx Address validation API

FedEx APIs support the OAuth 2.0 (bearer token) authentication method to authorize application API requests. The first step is to receive the access token. This request works just fine when tested using Postman. But, the iSeries request comes back with timeout. Not sure whats missing. Any help is gr...