Skip to main content
GET
/
domain-research
/
overview
/
team-contributions
Get link building team contributions
curl --request GET \
  --url https://api.beeze.io/v1/domain-research/overview/team-contributions \
  --header 'x-api-key: <api-key>'
{
  "contributions": [
    {
      "responsiblePerson": "<string>",
      "metrics": {
        "spendings": 123,
        "backlinks": 123,
        "averageTraffic": 123,
        "averageDomainRating": 123,
        "pricePerBacklink": 123
      },
      "projects": [
        "<string>"
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for external Beeze API access

Query Parameters

from
string<date>

Start date in YYYY-MM-DD format

to
string<date>

End date in YYYY-MM-DD format

project
string

Project identifier. Accepts project ID, slug, or name within the active workspace. If the project name is ambiguous in that workspace, use the project slug or project ID. Public project-scoped routes also require globally unique project names across workspaces.

Minimum string length: 1
owner
string

Filter by responsible person

locale
string

Filter by locale or market code

includeProjects
string

Include project names in team contribution rows when supported

Response

Domain research contribution metrics grouped by responsible person

contributions
object[]
required