Skip to main content

Effective 10 September 2024, API Documentation can be found on our Equinix Product Documentation site.
The content on this page will not be updated after 1 Oct 2024 and will be inaccessible after 31st Dec 2024.


401: Unauthorized

The 401 (Unauthorized) status code indicates that the authentication credentials received are not authorized. The user may repeat the request with a new or replaced Authorization header field.

Code401
DescriptionAuthentication Error.
Generic CauseUnauthorized authentication token.
Quick FixVerify whether an authentication token is obtained and ensure to provide this with each request.