API:2/account/home

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

/v2/account/home

HTTP method
GET
Format
json
API version
version 2
Release date
2017-03-01
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/home

Response

[
  "nodes",
  "cats"
]

See also