Skip to main content
GET
/
api
/
growth
/
opps
Return growth opportunities
curl --request GET \
  --url https://app.narrativebanking.com/api/growth/opps \
  --header 'Authorization: Bearer <token>'
{
  "asOfDate": "2026-03-03",
  "items": [
    {
      "id": "901",
      "insightId": "12001",
      "title": "Run a seasonal promo test",
      "impactLabel": "Potential uplift: 8-12%"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

asOfDate
string<date>
required

Response

Opportunities payload

asOfDate
string<date>
items
object[]