# Find and display participant details **GET /participants/{id}** Retrieves detailed information of a participant based on their unique ID. ## Servers - https://app.indolat.com/api/v1: https://app.indolat.com/api/v1 () ## Authentication methods - X client key ## Parameters ### Path parameters - **id** (integer(int64)) Unique ID of the participant to find. ## Responses ### 200 Participant data successfully found and displayed. ### 401 Authorization failed. Ensure the `X-Client-Key` sent is valid and active. ### 403 Invalid or inactive client. The API key may be incorrect, expired, or your account does not have permission. ### 404 Participant data with the given ID was not found in the system. [Powered by Bump.sh](https://bump.sh)