API:2/account/dungeons
From Guild Wars 2 Wiki
Jump to navigationJump to search
/v2/account/dungeons
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2017-03-01
- Scope
- account
progression - Optional
- none
This resource returns the dungeons completed since daily dungeon reset.
Parameters
access_token
(optional) – Can be used to specify an API key for the request if it is not given in the request header.
Response
The endpoint returns an array, each value being the ID of a dungeon path that can be resolved against /v2/dungeons. Note that this ID indicates a path and not the dungeon itself.
Example
Request
https://api.guildwars2.com/v2/account/dungeons Authorization: Bearer <API key>
Response
[ "hodgins", "seraph", "seer" ]