When using the Val Town API, some of the most common functions operate on things that you own. For these kinds of operations, there are the “me” routes.

GET /v1/me

<aside> 🔄 This is the same as /v1/users/{your_user_id}

</aside>

https://www.val.town/embed/neverstew.getMe

GET /v1/me/runs

<aside> 💡 This is currently the only way to list runs across multiple vals.

</aside>

https://www.val.town/embed/neverstew.getRuns

GET /v1/me/likes

https://www.val.town/embed/neverstew.getLikes

GET /v1/me/comments

https://www.val.town/embed/neverstew.getComments