Retrieve Account's Finding
GEThttps://api.probely.com/findings/:id/
Query Findings by their compound Id.
Request
Path Parameters
A unique integer value identifying this finding.
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
get
- GETpost
- POSTtrace
- TRACEoptions
- OPTIONSput
- PUTdelete
- DELETEcookie
- Cookieparameter
- Parameterarbitrary_url_param
- Parameterheader
- Headerurl_folder
- URL Pathurl_filename
- URL Pathjson_parameter
- JSON Parameterrequest_body
- Request Bodymultipart_parameter
- Multipart Parametergraphql_parameter
- GraphQL Parameternon_standard_parameter
- Non Standard Parameternotfixed
- Not Fixedinvalid
- Invalidaccepted
- Acceptedfixed
- Fixed10
- low20
- medium30
- high
Global ID in the format: <TARGET_ID>-<FINDING_ID>
target
object
required
Scans that originated the vulnerability finding.
labels
object[]
required
Description of how to fix the vulnerability.
requests
object[]
required
Evidence with proof of the vulnerability finding.
Extra details about the vulnerability finding.
definition
object
required
Possible values: <= 66000 characters
URL of the vulnerability finding. For example, "http://www.example.com/user/show-details". The maximum length is 66000 characters.
URL path of the vulnerability finding. For example, "user/show-details".
Possible values: [get
, post
, trace
, options
, put
, delete
]
HTTP method used in the request:
Possible values: [cookie
, parameter
, arbitrary_url_param
, header
, url_folder
, url_filename
, json_parameter
, request_body
, multipart_parameter
, graphql_parameter
, non_standard_parameter
, ``]
Insertion point of the parameter:
Possible values: <= 1024 characters
Name of the inserted parameter.
The maximum length is 1024 characters.
Value of the inserted parameter.
Query parameters of the vulnerability finding, in JSON format. For example, "{'name': ['Joe Smith'], 'phone': ['+919999999999', '+628888888888']}"
assignee
object
required
Possible values: [notfixed
, invalid
, accepted
, fixed
]
State of the vulnerability finding:
(Read more about the meaning of vulnerability findings states)
Possible values: >= -2147483648
and <= 2147483647
, [10
, 20
, 30
]
Severity of the vulnerability finding:
Score of the vulnerability finding according to the Common Vulnerability Scoring System (CVSS).
Vector with the metrics of the score of the vulnerability finding according to the Common Vulnerability Scoring System (CVSS).
Date and time of when the vulnerability was last found, in ISO 8601 UTC format. For example, "2023-08-09T13:27:43.8208302"
If true, the vulnerability will be retested.
If, after the retest, the vulnerability is no longer found, the vulnerability finding is marked as fixed. Otherwise, it is marked as not fixed.
If true, this is a newly found vulnerability. If false, this vulnerability has been found in previous scans.
Timestamp of the Finding's creation.
Date and time of the last change, in ISO 8601 UTC format.
For example, "2023-08-09T13:27:43.8208302".
changed_by
object
required
Comment on the object.
{
"id": "string",
"target": {
"id": "string",
"site": {
"id": "string",
"name": "string",
"desc": "string",
"url": "string",
"host": "string",
"has_form_login": false,
"form_login_url": "string",
"form_login_check_pattern": "string",
"form_login": [
{
"name": "string",
"value": "string"
}
],
"logout_detection_enabled": false,
"has_sequence_login": false,
"has_basic_auth": false,
"basic_auth": {
"username": "string",
"password": "string"
},
"headers": [
{
"name": "string",
"value": "string",
"allow_testing": false,
"authentication": false
}
],
"cookies": [
{
"name": "string",
"value": "string",
"allow_testing": false,
"authentication": false
}
],
"changed": "2024-07-29T15:51:28.071Z",
"changed_by": {
"id": "string",
"email": "user@example.com",
"name": "string"
},
"auth_enabled": false,
"logout_condition": "any",
"check_session_url": "string",
"has_otp": true,
"otp_secret": "string",
"otp_algorithm": "SHA1",
"otp_digits": 6,
"otp_field": "string",
"otp_submit": "string",
"otp_login_sequence_totp_value": "string",
"otp_type": "string",
"otp_url": "string",
"stack": [
{
"id": "string",
"name": "string",
"desc": "string"
}
],
"verified": true,
"verification_token": "string",
"verification_date": "2024-07-29T15:51:28.071Z",
"verification_method": "file",
"verification_last_error": "string",
"api_scan_settings": {
"api_schema_type": "openapi",
"api_schema_url": "string",
"api_schema_file": "string",
"custom_api_parameters": [
{
"name": "string",
"value": "string"
}
],
"media_type": "application/json",
"api_login_url": "string",
"api_login_payload": "string",
"api_login_enabled": true,
"api_login_token_field": "string",
"token_prefix": "string",
"token_parameter_name": "string",
"token_parameter_location": "cookie"
}
},
"type": "string",
"labels": [
{
"id": "string",
"name": "string",
"color": "string",
"changed_by": {
"id": "string",
"email": "user@example.com",
"name": "string"
},
"changed": "2024-07-29T15:51:28.071Z"
}
],
"has_assets": true,
"report_fileformat": "pdf",
"scanning_agent": {
"id": "string",
"name": "string",
"installer_generated": true,
"online": true,
"fallback": true,
"rx_bytes": 0,
"tx_bytes": 0,
"latest_handshake": 0
},
"teams": [
{
"id": "string",
"name": "string"
}
],
"blackout_period": {
"begin": "string",
"cease": "string",
"weekdays": [
0
],
"enabled": true,
"timezone": "string",
"changed": "2024-07-29T15:51:28.071Z",
"changed_by": {
"id": "string",
"email": "user@example.com",
"name": "string"
}
}
},
"scans": [
"string"
],
"labels": [
{
"id": "string",
"name": "string",
"color": "string",
"changed_by": {
"id": "string",
"email": "user@example.com",
"name": "string"
},
"changed": "2024-07-29T15:51:28.071Z"
}
],
"fix": "string",
"requests": [
{
"request": "string",
"response": "string"
}
],
"evidence": "string",
"extra": "string",
"definition": {
"id": "string",
"name": "string",
"desc": "string"
},
"url": "string",
"path": "string",
"method": "get",
"insertion_point": "cookie",
"parameter": "string",
"value": "string",
"params": "string",
"assignee": {
"id": "string",
"email": "user@example.com",
"name": "string"
},
"state": "notfixed",
"severity": 10,
"cvss_score": 0,
"cvss_vector": "string",
"last_found": "2024-07-29T15:51:28.071Z",
"retesting": true,
"new": true,
"created_at": "2024-07-29T15:51:28.071Z",
"changed": "2024-07-29T15:51:28.071Z",
"changed_by": {
"id": "string",
"email": "user@example.com",
"name": "string"
},
"comment": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api.probely.com/findings/:id/' \
-H 'Accept: application/json' \
-H 'Authorization: JWT <YOUR_API_TOKEN>'