# Return Sanction Body Details Gets the list of all available sanction body names along with related ID. Endpoint: GET /compliance/kyc-protect/lookup/sanctionBodies Version: 1.10.9 Security: bearerToken ## Query parameters: - `searchTerm` (string) The search term to filter sanction bodies. ## Response 200 fields (application/json): - `data` (array) Array of sanction body details available for AML screening and monitoring. - `data.id` (integer) The unique identifier for the sanction body. - `data.name` (string) The name of the sanction body or sanctioning authority. - `data.region` (string) The regional classification of the sanction body. Valid values are eas, ecs, lcn, mea, nac, sas, ssf, glb. Enum: "eas", "ecs", "lcn", "mea", "nac", "sas", "ssf", "glb" - `correlationId` (string) A unique ID assigned to this request for tracking and troubleshooting purposes. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden"