Script Languages
Authorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
get/api/v1/patchworks/script-languages
GET /api/v1/patchworks/script-languages HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"value": "string",
"label": "string",
"alpha": false
}
]Last updated
Was this helpful?