API:2/account/recipes
From Guild Wars 2 Wiki
Jump to navigationJump to search
/v2/account/recipes
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2016-12-01
- Scope
- account
unlocks - Optional
- none
This resource returns information about recipes 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
The endpoint returns an array, each value being the ID of a recipe that can be resolved against /v2/recipes.
Example
Request
https://api.guildwars2.com/v2/account/recipes Authorization: Bearer <API key>
Response
[ 104, 105, 11888, 11889 ]