List data centers

Provides a full list of all data centers.

GET
https://api.katapult.io/public/v1/data_centers

If successful, this endpoint will return a 200 OK status.

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    data_centers: [ DataCenter {
        id: String
        name: String
        permalink: String
        country: String
    } ]
}