Skip to content

Return Sanction Body Details

Request

Gets the list of all available sanction body names along with related ID.

Security
bearerToken
Query
searchTermstring

The search term to filter sanction bodies.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/lookup/sanctionBodies?searchTerm=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
dataArray of objects

Array of sanction body details available for AML screening and monitoring.

correlationIdstring

A unique ID assigned to this request for tracking and troubleshooting purposes.

Response
{ "data": [ {} ], "correlationId": "string" }