v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Accounts
Get Account
Retrieves details of a specific Royal Mail shipping account created on your customer account. With this endpoint, you can access relevant details of that shipping account. This is useful for managing individual shipping accounts or verifying specific account attributes.
get/v4/shippingAccounts/rm/{shippingAccountId}
Path parameters
shippingAccountIdstring required
A unique identifier for the shipping account assigned by the system (ShippingAccountId) or by you (AccountAlias), allowing for efficient reference and management of individual accounts within the system.
Response
Returns the shipping account.
Example response
{
"CarrierCode": "RM",
"AccountNumber": "0123456789",
"AccountName": "AB VideoGames",
"AccountRegisteredEmail": "my.email@example.com",
"AccountAlias": "JSL",
"RegisteredBillingPostcode": "TW20 0HJ",
"AccountStatus": "Enabled",
"ContactName": "John Smith",
"ContactNumber": "0123456789",
"LastUpdatedBy": "User A"
}