GET /application
Required authentication: Application
Supported formats: json
Returns an object describing the currently authenticated application.
Example Requests
Retrieve the current application:
GET https://api.scryfall.com/application Host: api.scryfall.com Content-Type: application/json Authorization: Bearer cs-ExampleSecret
HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8 { "object": "application", "client_id": "5b4d1a80-1430-4fd5-8644-88a8fafeda4b", "name": "Magic Online", "homepage_uri": "http://mtgo.com", "contact_uri": "http://wizards.custhelp.com", "contact_email": "example@example.org" }