> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/account-apis/knowing-your-account.md).

# Knowing your account

The first thing to know when using the Account API is your account UUID! This is simple, you just need to call the `/api/v1/accounts` endpoint with the `GET` verb and, as account id, simply `me.`&#x20;

![](/files/-MBkaH8-1W8xWZGfV_jL)

So click the "Try it out" button, populate the UUID field with "me" and click the blue button "Execute":

![](/files/-MBkaZ7pYdZbCXlLEQkl)

If you are not logged in, you will get the "default" account (an virtual account which is used for not loggedin user) which has a very specific UUID:

```
  "uuid": "defadefa-defa-defa-defa-defadefadefa",
```

However, if you are logged in, you will obtain the UUID of your account!
