List target specific API keys
GET
/targets/{target_id}/keys/
API Keys
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.probely.com/targets//keys/'
Response Response Example
200 - Example 1
{
"count": 6,
"length": 10,
"page": 1,
"page_total": 1,
"results": [
{
"id": "jMXUw-BE_2vd",
"key": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJKR3ZRSTkzSTJhc0oiLCJ0ZW5hbnQiOiJwcm9iZWx5IiwidXNlcm5hbWUiOiJxd2VAZGVmbnVsbC5ldSJ9.7KtUn-Oy8aevOCv2lAnDroAJojLXmm7m2A4CX5cjwAk",
"name": "jMXUw-BE_2vd"
}
]
}
Request
Path Params
target_id
stringÂ
required
Query Params
page
integerÂ
optional
length
integerÂ
optional
ordering
stringÂ
optional
-
to invert ordering.search
stringÂ
optional
Responses
Modified at 2022-09-11 19:40:30