200: Success
The 200 (Success) status code indicates the HTTP request successfully completed.
In a GET request, the response contains an entity corresponding to the requested resource, whereas in a POST request, the response contains an entity describing or containing the result of the action.
Code | 200 |
Description | Success. |
curl -X
GET "https://api.equinix.com/ecx/v3/l2/common/metros"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHI"
This is an example of a success message.
[
{
"name": "Amsterdam",
"code": "AM",
"region": "EMEA",
"cloudReach": [
"LD",
"FR",
"PA",
"DB",
"SK",
"ZH",
"HE",
"ML",
"WA",
"MD"
]
}
]