GET
/
transformations
cURL
curl --request GET \
  --url https://app.indexing.co/dw/transformations \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Response

200
application/json

List of transformations

The response is of type object.