Get the action configuration for the given action type.
GET
/api/configs/actions/{actionType}
curl \
--request GET 'https://[tenant_id].logto.app/api/configs/actions/{actionType}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"script": "string",
"environmentVariables": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"contextSample": {},
"enabled": true,
"onExecutionError": "block"
}