5. MiR Fleet API
MiR Fleet PC Getting Started (en) 08/2020 - v.1.4 ©Copyright 2019-2020: Mobile Industrial Robots A/S. 46
NOTICE
The MiR Fleet APIrequires authentication—see Authentication below.
5.1 Authentication
To authenticate REST requests in the MiR Fleet API a basic authentication must be included
in the header similar to the robot API. It consists of a base64 encoded string and is formed by
the username followed by a colon and a sha-256-encoded password. The format can also be
described as: BASE64 (<username>:SHA-256(<password> )), where BASE64 is applied to
the entire authentication, and SHA-256 is only applied to the password inside the
authentication.
For example, a header could look like this: