Locations

List available locations

Returns all available sandbox locations.

GET
/v1/locations

Returns all available sandbox locations.

AuthorizationBearer <token>

API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.

In: header

Response Body

application/json

application/problem+json

curl -X GET "https://api-dev.tektona.ai/v1/locations"
{  "$schema": "https://api-dev.tektona.ai/schemas/ListLocationsOutputBody.json",  "items": [    {      "id": "eu",      "name": "Europe"    }  ]}