Skip to main content
GET
/
locations
/
{location_id}
/
templates
List templates for a location
curl --request GET \
  --url https://console.cloudblast.io/api/v2/locations/{location_id}/templates \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "slug": "ubuntu-24.04",
      "name": "Ubuntu 24.04 LTS",
      "group_name": "Ubuntu"
    }
  ]
}

Authorizations

Authorization
string
header
required

API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.

Path Parameters

location_id
integer
required

Location ID

Response

Template list

data
object[]