get https://www.virustotal.com/api/v3/graphs//relationships/
This endpoint is the same as /graphs/{id}/{relationship} except it returns just the related object's IDs (and context attributes, if any) instead of returning all attributes.
Response
This endpoint is the same as /graphs/{id}/{relationship} except it returns just the related object's IDs (and context attributes, if any) instead of returning all attributes.
xxxxxxxxxx
curl --request GET \
--url https://www.virustotal.com/api/v3/graphs/id/relationships/relationship \
--header 'accept: text/plain'
Try It!
to start a request and see the response here!