Quests APIs
Retrieve weekly quests for all users
Retrieves a list of weekly quests available for all users.
GET
/
quests
/
weekly
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
start_time
string
Timestamp indicating the start of the weekly quests.
end_time
string
Timestamp indicating the end of the weekly quests.
quests
object[]
List of weekly quests.