API:2/account/gliders
From Guild Wars 2 Wiki
Jump to navigationJump to search
/v2/account/gliders
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2017-03-15
- Scope
- account
unlocks - Optional
- none
This resource returns information about gliders that are unlocked for an account.
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
This request will return an array of integer values resolvable against /v2/gliders.
Example
Request
https://api.guildwars2.com/v2/account/gliders Authorization: Bearer <API key>
Response
[ 1, 2, 3 ]
Notes
- Gliders which are not unlocked by consuming items are not whitelisted. Specifically, this applies to the Basic Glider.
- As a work-around, API:2/account/masteries can be checked for the presence of at least tier 1 Gliding (mastery id #8).