Appearance
Get Threat Actor Metadata
Retrieves metadata and details about a specific threat actor.
Notes
- The threatActorId must be URL encoded in the request URL (eg: nlp%2Ff%2Fentity%2Fgz%3Ata%3A68391641-859f-4a9a-9a1e-3e5cf71ec376)
- For Threat Actor relationship data, refer to Get Threat Actor Relationships
OpenAPI definition
json
{
"openapi": "3.1.0",
"info": {
"title": "Entities API",
"version": "1.0"
},
"servers": [
{
"url": "https://api.feedly.com/v3/entities"
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"x-bearer-format": "bearer"
}
}
},
"security": [
{
"sec0": []
}
],
"paths": {
"/{threatActorId}": {
"get": {
"summary": "Get Threat Actor Metadata",
"description": "Retrieves metadata and details about a specific threat actor.",
"operationId": "get-threat-actor-metadata",
"parameters": [
{
"name": "threatActorId",
"in": "path",
"description": "The ID of the threat actor (URL encoded)",
"schema": {
"type": "string"
},
"required": true
}
],
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true
},
"x-readme-fauxas": true,
"_id": "655693b2a3fad70012606ec2:67800d86ded5910011d437d8"
}