Get POPs
GET https://{{host}}/v3/pops
Returns a list of PoPs (Points of Presence). Each PoP has a unique identification number. Pagination is disabled.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string | ||
Api-Key | string |
RESPONSES
status: OK
{"data":[{"id":"f5ffe21a-7b8f-4404-928f-88522d9bf153","type":"pops","attributes":{"name":"USA, NY"}},{"id":"c4c214f5-5f70-4f8d-8ebe-2aa203bfdd0b","type":"pops","attributes":{"name":"DE, FRA"}}],"meta":{"api_version":"2017-09-18"}}