# Participate to a quiz **POST /platform/quiz/{id}/participate** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Parameters ### Path parameters - **id** (integer(int32)) The id of the quiz ### Body: application/json (object) - **answer_ids** (array[integer]) ## Responses ### 200 returns the quiz result #### Body: application/json (object) - **message** (string) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)