v8

OpenAPI 3.1.02026-08-033623795.0 MB
Accounts

List Recommended Actions

Lists the recommended actions computed for the account — the same set embedded on the account resource, served on their own so a caller can fetch just the recommendations.

get/accounts/{account_id}/recommend_actions

Path parameters

account_idstring required

Account ID, prefixed biz_.

Response

empty for a connected (child) account

Example response

{
  "data": [
    {
      "action": "theme_business",
      "status": "optional"
    }
  ]
}