AuthData Structure

The DHL24 WebAPI service is a stateless system. This means that in has no dedicated methods for signing in. Instead, an authorization structure must be provided for virtually every method (except getVersion)

In order to receive a key to webAPI, please use the contact form (with the category “WebAPI - Obtaining Access”).

Structure Fields

Field Name Type Required? Description
username string(32) Yes Received user key
password string(32) Yes Assigned password

Example:

<authData>
    <username>TestCompany</username>
    <password>s3cre7p4ssw0rd</password>
</authData>
Go back to topic list