Skip to main content

Get data center

GET 

https://api.katapult.io/core/v1/data_centers/data_center

Provide details for a specific data center

Request

Query Parameters

    data_center[id] string

    All 'data_center[]' params are mutually exclusive, only one can be provided.

    data_center[permalink] string

    All 'data_center[]' params are mutually exclusive, only one can be provided.

Responses

Provide details for a specific data center

Schema

    data_center

    object

    required

    id string
    name string
    permalink string

    country

    object

    id string
    name string
curl -L 'https://api.katapult.io/core/v1/data_centers/data_center' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.katapult.io/core/v1
Auth
Parameters
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!