WebSelfStorage Affiliate API
The WebSelfStorage Affiliate API is the only machine-readable contract AMERCO publishes. Operated by eMove, Inc. d/b/a U-Haul Self-Storage Affiliate Network, it gives an independent self-storage operator programmatic access to their own facility: location profile, unit types and rates, live move-in availability and cost, rent roll, waiting list, reviews, images, a hosted payment portal URL, and two write operations — reservation and move-in commit. REST over HTTPS, described by OpenAPI 3.0.1, versions v4 (current) and v3, authenticated with an affiliate access token in the Authorization header. Access is a benefit of the U-Haul Self-Storage Affiliate Network relationship; there is no self-service sign-up and no published pricing for API access.
GET
/v4/test
Simulates a success
GET
/v4/error
Simulates an error
GET
/v4/locations
Lists all entities to which you have access
GET
/v4/location/{entity}
Returns information about the location
GET
/v4/location/{entity}/rentroll
Returns the Rent Roll for an Entity.
GET
/v4/location/{entity}/waitinglist
Returns the Waiting List for an Entity.
GET
/v4/location/{entity}/reviews
Lists reviews for the location
GET
/v4/location/{entity}/images
Lists images for the location
POST
/v4/reservation/{entity}
Makes a reservation at the location
GET
/v4/paymentPortalUrl/{entity}
Returns the payment portal's URL
GET
/v4/movein/{entity}
Gets the available self move in units for a given entity
POST
/v4/movein/{entity}
Move in a unit at a given location
GET
/v4/movein/{entity}/cost
Gets the move in cost for a given entity and unit