---
title: "Get participant basic info"
method: GET
path: "/participant/{participant_code}/basic_info"
tags: ["Query Participants"]
---

# Get participant basic info

`GET /participant/{participant_code}/basic_info`

This endpoint returns Participant basic info.

## Path parameters

- `participant_code` string, required

## Headers

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

## Response `200`

Successfully retrieved participant basic information. Including participant code, name, type, and status.

- GetParticipantBasicInfoResponse
  - `message` object
    - `participant_code` string — Unique participant code.
    - `status` string — The current status of the participant.
    - `action` string — The most recent lifecycle action recorded for the participant (e.g. `update`, `approve`).
    - `participant_type` string — The type of participant.
    - `name` string — Name of the participant.
    - `email` string, email — Email of the participant.
    - `submission_method` string — Channel through which the participant was submitted (e.g. `API`, `web`).
    - `signed_timestamp` number — Unix timestamp in milliseconds indicating when the participant accepted zerohash service agreements.
    - `created_at` number — Unix timestamp in milliseconds indicating when the participant was created.
    - `last_updated` number — Unix timestamp in milliseconds indicating when the participant record was last updated.
    - `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)
