- Account
- Retrieve account informationGET
- Retrieve billing informationGET
- Partial update billing informationPATCH
- Update billing informationPUT
- Action that should be taken to enable the selected targetsPOST
- Estimate costs of updating a subscriptionPOST
- Update a subscriptionPOST
- Available actions for the selected targetsPOST
- Login
- Password Reset
- Events
- List account events
- Retrieve account event
- List target events
- Retrieve target event
- List target webhooks
- Create new target webhook
- Delete target webhook
- Retrieve target webhook
- Partial update target webhook
- Update target webhook
- List account webhooks
- Create new account webhook
- Delete account webhook
- Retrieve account webhook
- Partial update account webhook
- Update account webhook
- Frameworks
- Integrations
- Jira Cloud Integration
- List Jira Projects
- Retrieve project issue types
- Retrieve issue priorities
- Retrieve issue statuses
- Retrieve Jira Cloud finding configuration
- Update Jira Cloud finding configuration
- Update Jira Cloud finding configuration
- Retrieve Jira Cloud Target configuration
- Update Jira Cloud target configuration
- Update Jira Cloud target configuration
- Jira Server Integration
- List Jira Projects
- Retrieve project issue types
- Retrieve issue priorities
- Retrieve issue statuses
- Retrieve Jira Server finding configuration
- Update Jira Server finding configuration
- Update Jira Server finding configuration
- Retrieve Jira Server Target configuration
- Update Jira Server target configuration
- Update Jira Server target configuration
- API Keys
- Labels
- Plan
- Users
- Targets
- Archive
- Statistics
- Average fix time graph data (all targets)
- Targets with open vulnerabilities pie chart data
- Targets with open vulnerabilities
- Risk trend graph data (all targets)
- Severity trend graph data (all targets)
- Top 5 vulnerabilities (all targets).
- Average vulnerability trend graph data
- Risk trend graph data
- Severity trend graph data.
- Top 5 vulnerabilities
- Scans
- List scans for all targets
- Start a scan on the target
- List scans
- Dates where scans have ocurred
- Scan page
- Retrieve scan
- Cancel running scan
- Scan endpoints file
- Scan report PDF, using the report type specified for the target
- Scan report PDF, using the default report type
- Scan report PDF, using the OWASP report type
- Scan report PDF, using the PCI report type
- Scheduled
- Assets
- Findings
- Slack Integration
- Site
- Vulnerabilities
Create target API key
POST
/targets/{target_id}/keys/
API Keys
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.probely.com/targets//keys/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Object name"
}'
Response Response Example
201 - Example 1
{
"id": "jMXUw-BE_2vd",
"key": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJKR3ZRSTkzSTJhc0oiLCJ0ZW5hbnQiOiJwcm9iZWx5IiwidXNlcm5hbWUiOiJxd2VAZGVmbnVsbC5ldSJ9.7KtUn-Oy8aevOCv2lAnDroAJojLXmm7m2A4CX5cjwAk",
"name": "Object name"
}
Request
Path Params
target_id
stringÂ
required
Body Params application/json
API Key object
name
stringÂ
optional
Default:
Example:
Object name
Examples
Responses
🟢201OK
application/json
Body
API Key object
id
stringÂ
read-onlyoptional
Example:
jMXUw-BE_2vd
key
stringÂ
read-onlyoptional
Example:
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJKR3ZRSTkzSTJhc0oiLCJ0ZW5hbnQiOiJwcm9iZWx5IiwidXNlcm5hbWUiOiJxd2VAZGVmbnVsbC5ldSJ9.7KtUn-Oy8aevOCv2lAnDroAJojLXmm7m2A4CX5cjwAk
name
stringÂ
optional
Default:
Example:
Object name
🟠400400
🟠401401
🟠403403
🟠404404
Modified at 2022-09-11 19:40:30