For AI agents: The documentation index is at https://docs.digitalocean.com/llms.txt. Markdown versions of pages use the same URL with index.html.md in place of the HTML page (for example, append index.html.md to the directory path instead of opening the HTML document).
Usage
Returns JSONRaises HttpResponseError
Description
To fetch all Add-On Resources under your team, send a GET request to /v2/add-ons/saas.
Response Example
Show Response Example
{
"resources": [
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"name": "my-resource-01",
"state": "provisioned",
"app_name": "Example App",
"app_slug": "example_app",
"plan_name": "Basic Plan",
"plan_slug": "basic_plan",
"plan_price_per_month": 10,
"has_config": true,
"metadata": [],
"sso_url": "https://example.com/sso",
"message": "Resource is provisioned successfully."
}
]
}
See /v2/add-ons/saas in the API reference for additional detail on responses, headers, parameters, and more.