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