Skip to main content
GET
/
rules
/
overlap
/
{provider}
Count overlapping custom rules (project)
curl --request GET \
  --url https://api.onecli.sh/v1/rules/overlap/{provider} \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

API key obtained from the dashboard or GET /user/api-key

Path Parameters

provider
string
required

App provider identifier (e.g., gmail, github, jira)

Response

200 - application/json

Overlap count

count
integer