API:2/account/homestead

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

/v2/account/homestead

HTTP method
GET
Format
json
API version
version 2
Release date
2024-08-20
Scope
none
Optional
none

This resource returns a list of available sub-endpoints.

Response

This request will return an array of the endpoints that may be requested.

Example

Request

https://api.guildwars2.com/v2/account/homestead

Response

[
  "decorations"
]

Note

The sub-endpoint "glyphs" is not returned in the response.

See also