An authentication token is necessary to use the emnify REST API. Historically, you could retrieve this token in two ways: with your user credentials (username and password) or an application token.

In an effort to improve security across our services, authentication with user credentials has now been deprecated.

What is changing?

If you currently use user credentials to authenticate the BICS REST API, you should update your workflow to authenticate with application tokens instead.

Why is BICS making this change?

Using account credentials like passwords outside BICS’s secure login screens creates security risks. Application tokens allow you to generate unique tokens for each application that can be revoked if needed. That way, if your information is compromised, you only need to update the affected token for that application rather than changing your username or password.

Which methods will be restricted?

All requests using authentication with user credentials will return an error after the deprecation period.