Skip to main content
GET
/
api
/
v1
/
integration
/
toolkits
/
{toolkit}
/
config
Get toolkit config options
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/integration/toolkits/{toolkit}/config \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {},
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

toolkit
string
required

Toolkit slug (e.g. "jira", "github")

Query Parameters

projectId
string

Project ID for second-level config (Jira, GitLab, Asana)

teamId
string

Team ID for second-level config (Linear, ClickUp)

repo
string

Repository full name for second-level config (GitHub)

boardId
string

Board ID for second-level config (Trello, Monday)

serviceId
string

Service ID for second-level config (PagerDuty)

groupId
string

Group ID for second-level config (ServiceNow, Zendesk)

Response

Config options

success
boolean
required
data
object
error
string | null