GET Locations
Request
curl --location \
--request GET \
'https://api.ionos.com/containerregistries/locations' \
--header 'Authorization: Basic am9obkBleGFtcGxlLmNvbTphYmMxMjM=' \
--data-raw ''Response
{
"id": "locations",
"type": "collection",
"href": "",
"items": [
{
"id": "de/fra"
}
]
}Response Fields
Field
Type
Description
Example
Last updated
Was this helpful?