Resources

There is a WADL document available that describes the resources API.

name path methods description
Authentication API
  • /my-pages-v2/authentication/authentications
  • POST
This API allows customers to log in (either manually with a password or through the so-called "soft-login"), change customer information, look at order history, track parcels and more.
Customer API
  • /my-pages-v2/customer/me
  • GET PATCH
The customer object is the most central resource of the "My pages" API.
Order API
  • /my-pages-v2/order/orders
  • GET
Provides methods for managing orders for customers that are logged in to the "My pages" API.
Reset password API
  • /my-pages-v2/reset-password/tokens
  • /my-pages-v2/reset-password/tokens/{token}
  • /my-pages-v2/reset-password/tokens/{token}/resets
  • POST
  • GET
  • POST
It's not rare that consumers lose their passwords. This API provides a safe way for consumers to reset their passwords. ETM never sets the passwords, instead a token will be generated. This token will be sent out to the consumer (most commonly using an e-mail). By following a link, the consumer can then enter the new password themselves.

Data Types

type description
Address Information about a geographical address.
AuthenticationRequest
Credentials
Customer
LocalAddress
Order
OrderRow
OutdelParcelStatus
OutorderStatus
Parcel
ResetPasswordRequest
SetPasswordRequest
Store
UpdateCustomer
UpdatePassword