Object IDs
Each node has a unique ID that is used to access it via the Graph API. Here's how you'd use the ID to make a request for a node:
curl "https://graph.whisk.com/v1/10343992" \
-H "Accept: application/json" \
-H "Authorization: Bearer <Access-Token>"
Last updated
Was this helpful?