Retrieve a List of Apps Belonging to Your Account

GET /api/v2/apps 

RESPONSE:

{
  "data": [
    {
      "id": "60d098a631eddd1f6a725d19",
      "type": "apps",
      "attributes": {
        "name": "app_30225500"
      }
    }
  ]
}