Skip to main content
GET
/
scripts
/
{script_name}
/
config
/
template
Get Script Config Template
curl --request GET \
  --url http://localhost:8000/scripts/{script_name}/config/template \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

script_name
string
required

Response

Successful Response

The response is of type Response Get Script Config Template Scripts Script Name Config Template Get · object.