Competitors
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired
The Brand Kit ID
Body
brand_kit_idintegerRequired
The ID of the Brand Kit
sortstring · enumOptionalPossible values:
Sort field. Prefix with - for descending.
Available sort fields:
- name/-name: Sort alphabetically by competitor name
- created_at/-created_at: Sort by creation date
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/{brand_kit_id}/competitors/listAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired
The Brand Kit ID
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/{brand_kit_id}/competitors/{id}Last updated
Was this helpful?