pydo.addons.get_app()

Generated on 8 May 2026 from pydo version v0.34.0

Usage

client.addons.get_app()
Returns JSONRaises HttpResponseError

Description

To fetch details of all available Add-On Applications, send a GET request to /v2/add-ons/apps.

Response Example

Show Response Example
{
  "apps": [
    {
      "app_slug": "example-app",
      "tos": "https://example.com/tos",
      "eula": "https://example.com/eula",
      "plans": []
    }
  ]
}

More Information

See /v2/add-ons/apps in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.