Skip to main content
GET
Get quizzes by tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tagId
string
required

The ID of the tag

Query Parameters

page
integer
default:1

Page number for pagination

Required range: x >= 1

Response

Quizzes fetched successfully

status
enum<string>
Available options:
success
message
string
Example:

"Quizzes fetched successfully"

quizzes
object[]
pagination
object