GET /account
Required authentication: OAuth Grant
Required scope: read
or higher
Supported formats: json
Returns an object describing the currently authenticated Scryfall account.
Example Requests
Retrieve the current account:
GET https://api.scryfall.com/account Host: api.scryfall.com Content-Type: application/json Authorization: Bearer gs-exampleSecret
HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8 { "object": "scryfall_account", "id": "d847ed1e-494a-43b0-a215-c9d826274d4a", "username": "amoeboi", "display_name": "Amoeboid Changeling", "twitter": "wizards_magic", "verified": false, "supporter": false }