get https://www.virustotal.com/api/v3/attack_techniques//relationships/
This endpoint is the same as /attack_techniques/{id}/{relationship} except it returns just the related object's descriptor instead of returning all attributes.
Responses
This endpoint is the same as /attack_techniques/{id}/{relationship} except it returns just the related object's descriptor instead of returning all attributes.
xxxxxxxxxx
curl --request GET \
--url 'https://www.virustotal.com/api/v3/attack_techniques/id/relationships/relationship?limit=10' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: