# Get a quiz answer **GET /manager/quiz-answer/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters #### Path parameters - **id** (integer(int32)) The id of the quiz answer ## Responses ### 200: returns the quiz answer #### Body Parameters: application/json (object) - **id_quiz_answer** (integer(int32)) - **images** (array[object]) - **texts** (array[object]) - **is_correct** (boolean) - **nb_votes** (integer(int32)) ### 401: Unauthorized. #### Body Parameters: application/json (object) - **message** (string) ### 404: Not found [Powered by Bump.sh](https://bump.sh)