Skip to main content
POST
Get Prompts

Authorizations

Authorization
string
header
required

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

Body

application/json

Filter parameters

brand_id
integer
required

ID of the brand to fetch prompts for

Example:

1

date
object

Optional date range filter. Omit to return all prompts.

limit
integer

Maximum number of prompts to return. Omit to return all.

Example:

50

Response

A list of prompts

success
boolean
Example:

true

prompts
object[]