Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
The domain ID
Body
Request model for creating an API path
The API path, locations that are saved for resource IDs will be put in curly brackets
1024
"/api/v1/paths/{path_id}"
The different methods an API path can have
GET
, POST
, PUT
, PATCH
, DELETE
, TRACE
, HEAD
, OPTIONS
The different HTTP schemes an API path can have
HTTP
, HTTPS
The API version
32
"v1"
An array of tags associated with the API path
5
A user defined tag. Tags must start with a letter and can contain only letters, numbers and spaces.
["sensitivedataurl", "highriskurl"]
An array of api groups associated with the API path
["accounts", "internal"]
Response
Successful Response
Response model for the API path
The path ID
The API path, locations that are saved for resource IDs will be put in curly brackets
1024
"/api/v1/paths/{path_id}"
The API RESTful method The different methods an API path can have
GET
, POST
, PUT
, PATCH
, DELETE
, TRACE
, HEAD
, OPTIONS
The API version
32
"v1"
The HTTP version of the API path The different HTTP schemes an API path can have
HTTP
, HTTPS
The date and time in ISO 8601 format the API path was first detected.
The date and time in ISO 8601 format the API path was last detected.
An array of tags associated with the API path
5
A user defined tag. Tags must start with a letter and can contain only letters, numbers and spaces.
["sensitivedataurl", "highriskurl"]
An array of api groups associated with the API path
["accounts", "internal"]
The status of the discovered API path The different statuses an API path can have
CONFIRMED_API
, POTENTIAL_API
, NOT_API
, DELISTED_API
The source of the discovered API The different sources an API path can have
API_DESCRIPTION_FILE
, TRAFFIC_SCAN
, USER_DEFINED
The number of requests for this path in the last 24 hours