POST
/
toolkits
/
prepare
/
list-tools
curl --request POST \
  --url http://localhost/api/v1/toolkits/prepare/list-tools \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'list_toolkit_obj=<string>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
list_toolkit_obj
string
required
file
file | null

Response

200
application/json

Successful Response

The response is of type object.