Question Routes
Get Question
Retrieves a specific question by its ID
GET
/
question
/
{questionId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the question to retrieve