Brand Kits
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
workspace_idintegerOptional
ID of the workspace to retrieve brand kits from. If not provided, returns brand kits from all workspaces the user belongs to.
sortstring · enumOptionalPossible values:
Sort field. Prefix with - for descending.
Available sort fields:
- brand_name/-brand_name: Sort alphabetically by brand name
- created_at/-created_at: Sort by creation date
- prompts_count/-prompts_count: Sort by number of prompts/questions
pageintegerOptionalDefault:
Page number
1per_pageinteger · max: 100OptionalDefault:
Items per page
25Responses
200
Successful response
application/json
400
Bad request - invalid parameters, filters, or sort options
401
Unauthorized - invalid or missing authentication token
404
Not found - resource does not exist
412
Precondition failed - AEO not configured for this brand kit
post
/public_api/brand_kits/listAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
The resource ID
Responses
200
Successful response
application/json
400
Bad request - invalid parameters, filters, or sort options
401
Unauthorized - invalid or missing authentication token
404
Not found - resource does not exist
412
Precondition failed - AEO not configured for this brand kit
get
/public_api/brand_kits/{id}Last updated
Was this helpful?