cURL
curl --request POST \ --url https://app.quizrise.com/api/v1/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tag": "<string>" } '
{ "status": "success", "message": "<string>", "tag": { "id": "<string>", "tag": "<string>" } }
Create a new tag for organizing quizzes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 50
Tag created successfully
success
Show child attributes