Gets the list of all available sanction body names along with related ID.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/lookup/sanctionBodies
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/lookup/sanctionBodies
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/lookup/sanctionBodies?searchTerm=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "data": [ { … } ], "correlationId": "string" }