Skip to main content
GET
/
v1
/
containers
/
params
Container Rentals Get Params
curl --request GET \
  --url https://api.example.com/v1/containers/params \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Response

Successful Response