1. Home
  2. Docs
  3. Courier Connex API
  4. Get System Info
  5. Post Request

Post Request

Get System Defaults Request Example

curl --location --request POST 'https://yourcompanyname.courier-connex.com/api/get_system_defaults' \
--data-raw '{
   "Auth": {
		"account_key" : "054b93c27d790e1e845f59bd54018672",
		"account_token" : "b5f88aadbb6189a2b7e34d2bb3ed8811"
  }
}

How can we help?