# Get Participant. **GET /api/teams/{team}/participants/{participant}** ## Servers - https://checkmango.com: https://checkmango.com () ## Authentication methods - Default ## Parameters ### Path parameters - **team** (integer) The ID of the team that the participant belongs to. - **participant** (string) The key of the participant. ### Query parameters - **include** (string) Comma-separated list of relationships to include in the response. - **per_page** (integer) The number of results to paginate by. Defaults to 15. - **page** (integer) The page number to return. Defaults to 1. - **sort** (string) Field to sort by. Defaults to 'id'. ## Responses ### 200 #### Body: application/json (object) - **data** (object) ### 403 #### Body: application/json (object) - **message** (string) ### 404 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)