Skip to main content
POST
Add competitor domain

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required

Body

application/json

Request body for adding a competitor domain to a project.

domain
string
required

Competitor domain (e.g., 'competitor.com').

Required string length: 1 - 255
name
string | null

Optional display name for the competitor.

Maximum string length: 255

Response

Successful Response

success
boolean
default:true
data
CompetitorResponse · object | null

A competitor domain record.