API:2/account/emotes

From Guild Wars 2 Wiki
< API:2‎ | account
Jump to navigationJump to search

/v2/account/emotes

HTTP method
GET
Format
json
API version
version 2
Release date
?
Scope
account
Optional
none

This resource returns the player's unlocked emotes. 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, each representing an emote.

Example

Request

https://api.guildwars2.com/v2/account/emotes
Authorization: Bearer <API key>

Response

[
  "geargrind",
  "step",
  "shuffle",
  "rockout"
]