Obtain FedexAccount information

SecurityAuthToken
Request
query Parameters
account_number
string

Fedex account number

Responses
200

Successfully returned Fedex account

Response Schema: application/json
account_nickname
string or null
account_number
string or null
company
string or null <uuid>
object (FedexAccountContact)
object (FedexFreightAccount)
id
string or null <uuid>
key
string or null
meter_number
string or null
password
string or null
smart_post_hub_id
integer or null
object (GenesisAddress)
default

Default error response

get/registration/FEDEX/
Request samples
Response samples
application/json
{
  • "account_nickname": "string",
  • "account_number": "string",
  • "company": "87340f10-f684-4b06-8427-5981380bd9a9",
  • "contact": {
    },
  • "freight_account": {
    },
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "key": "string",
  • "meter_number": "string",
  • "password": "string",
  • "smart_post_hub_id": 0,
  • "address": {
    }
}
Copyright © Shipwell 2024. All right reserved.