Get validation hooks

Retrieve all validation hooks configured for the current environment. Only the current version of each hook is returned.

SecurityoAuthUser
Request
query Parameters
type
string

Filter by hook type.

Enum: "import_pre_validation_hook" "import_post_validation_hook"
Responses
200

List of validation hooks.

401

Unauthorized

get/import/config/hooks
Request samples
Response samples
application/json
{
  • "hooks": [
    ]
}