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.


404: Resource Not Found

The 404 (Resource not found) status code indicates that the server cannot find the requested resource but may be available in the future.

Code404
DescriptionResource not found.
Generic CauseResource is invalid or unavailable.
Quick FixVerify end-point URL and resource info.

404: Invalid Endpoint

Code404
DescriptionNot found.
Generic CauseInvalid API path in URL or payload.
Quick FixVerify the end-point information submitted.
ERROR SCENARIO EXAMPLE
ERROR CODE:  "404"
MESSAGE: "Not Found - No message available"
PATH: "/feedsubscription/v1/subscribed"
TIMESTAMP: "1544951546619"
 

Verify end-point URL.
The end-point URL is incorrect. Replace endpoint subscribed with subscribe.

‌‌curl -X 
GET "http://api.equinix.com/feedsubscription/v1/subscribe"
-H "accept: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHI"