Skip to main content
GET
/
testCases
/
languages
Get test case languages
curl --request GET \
  --url https://api.galtea.ai/testCases/languages \
  --header 'Authorization: Bearer <token>'
{
  "languages": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Query Parameters

productId
string
required

Product ID

Response

Languages retrieved successfully

languages
string[]