Skip to main content
GET
/
v1
/
action-plans
List action plans for a brand
curl --request GET \
  --url https://api.firstanswer.ai/v1/action-plans/ \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "id": 123,
      "actions_count": 123,
      "generated_at": "2023-11-07T05:31:56Z",
      "prompt": "<string>",
      "prompt_id": 123,
      "insights_summary": "<string>"
    }
  ],
  "pagination": {
    "current_page": 123,
    "per_page": 123,
    "total_pages": 123,
    "total_records": 123
  }
}

Authorizations

api-key
string
header
required

Query Parameters

brand_id
integer
required
page
integer
per_page
integer
Required range: 1 <= x <= 100

Response

Success

data
object[]
required
pagination
object
required