Obtain USPSAccount information

SecurityAuthToken
Request
query Parameters
account_number
string

Fedex account number

Responses
200

Successfully returned USPS account

Response Schema: application/json
account_number
string or null
object (GenesisAddress)
company
string or null <uuid>
email
string or null
id
string or null <uuid>
is_default
boolean
provider_reference_number
string or null
default

Default error response

get/registration/USPS/
Request samples
Response samples
application/json
{
  • "account_number": "string",
  • "address": {
    },
  • "company": "87340f10-f684-4b06-8427-5981380bd9a9",
  • "email": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_default": true,
  • "provider_reference_number": "string"
}
Copyright © Shipwell 2025. All right reserved.