Get specific actor profile

The actor_profiles/get_one endpoint is used to display specific information for an actor, identified by id.

Request

Request method: POST

Endpoint: https://tip.kaspersky.com/api/actor_profiles/get_one

Query parameters:

Expected parameters

Parameter

Description

id

Actor's ID: the id parameter (a string) returned by the get_list endpoint.

Request example:

Get a specific actor profile:

curl -u <user_name> -H 'Content-Length: 0' --cert <full path to the certificate CERT_NAME.pem on your computer> -X POST 'https://tip.kaspersky.com/api/actor_profiles/get_one?id={actor ID}'

Responses

Click the links below for information about possible responses.

Expand all | Collapse all

200 OK

401 Unauthorized

403 Forbidden

404 Not Found

451 Unavailable For Legal Reasons

See also:

Get actor profile list

Page top