API:2/account/mounts/types
From Guild Wars 2 Wiki
Jump to navigationJump to search
/v2/account/mounts/types
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2018-11-13
- Scope
- account
unlocks - Optional
- none
This resource returns the unlocked mounts of the account. This endpoint is only accessible with a valid API key.
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 of strings (mount names) which can be compared to /v2/mounts/types.
Example
Request
https://api.guildwars2.com/v2/account/mounts/types Authorization: Bearer <API key>
Response
[ "raptor", "skimmer", "springer", "griffon", "jackal", "roller_beetle" ]