---
title: "Get participant sanction screening info"
method: GET
path: "/participant/{participant_code}/sanction_screening_info"
tags: ["Query Participants"]
---

# Get participant sanction screening info

`GET /participant/{participant_code}/sanction_screening_info`

This endpoint returns Participant sanction screening info.

## Path parameters

- `participant_code` string, required

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved participant sanction screening information. Including screening status, match results, and compliance verification timestamps.

- GetParticipantSanctionScreeningInfoResponse
  - `message` object
    - `participant_code` string — Unique participant code
    - `status` string — The current status of the participant
    - `action` string — The action taken
    - `user_email` string — Identifier of the user who last acted on this participant. Typically an email address, but may be any opaque user identifier.
    - `participant_type` string — The type of participant.
    - `name` string — Full display name of the participant.
    - `first_name` string — First name of the participant.
    - `last_name` string — Last name of the participant.
    - `email` string, email — Email of the participant.
    - `contact_number` string — Phone number of the business.
    - `website` string — Website of the business.
    - `address_one` string — First line for the customer's address. Notes: - The regular maximum length is 80 characters. - If the platform is on the vendor reliance track, the maximum length increases to 200 characters. - PO Box addresses are not accepted.
    - `address_two` string — Extra information, like an apartment or suite number. Notes: - The regular maximum length is 50 characters. - If the platform is on the vendor reliance track, the maximum length increases to 200 characters. - PO Box addresses are not accepted.
    - `city` string — The city minor resides in
    - `postal_code` string — Postal, or zip code, of the business, in the format "min 4 characters, no leading or trailing spaces" for non-US postal code or <5digits>-<4digits> for US zip code, e.g. 77777 or 77777-7777
    - `date_established` string — Date the business was established. This should reflect government registration for the entity in the format `YYYY-MM-DD`
    - `legal_name` string — Registered legal name of the entity. This should not be a DBA or DBA equivalent
    - `entity_type` 'corporation' | 'llc' | 'partnership' | 'sole_proprietorship' | 'other' | 'non_profit' | 'public_or_semi_public_administrative' | 'trust' | 'cooperation' | 'company_with_limited_liability' | 'llc_c' | 'llc_s' | 'llc_p' | 's_corporation' | 'c_corporation' | 'trust_estate' — The type of business that is onboarding, must be one of the supported
    - `state_or_province_of_organization` string
    - `date_of_birth` string — Date of birth of the participant
    - `submission_method` string — The method of submission
    - `signed_timestamp` number — The time at which the business accepted zerohash services agreements
    - `created_at` number — Creation timestamp
    - `last_updated` number — Last update timestamp
    - `platform_updated_at` number — Platform updated timestamp
    - `sanction_screening_timestamp` number — The time the sanctions screen was done
    - `kyc_participant_track` string — KYC track the participant was onboarded under (e.g. `vendor reliance`).
    - `jurisdiction_updated_at` number — The timestamp at which the jurisdiction was updated
    - `subdomain` string — Registered subdomain of the entity.
    - `jurisdiction_code` string — The ISO 3166-2 subdivision code that the customer resides in

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/versions/8b647d934363/schema)
