> For the complete documentation index, see [llms.txt](https://docs.whisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whisk.com/master/tips/object-ids.md).

# 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:

```bash
curl "https://graph.whisk.com/v1/10343992" \
    -H "Accept: application/json" \
    -H "Authorization: Bearer <Access-Token>"
```
