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

![](https://3502151236-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-naNCUtT6Gw1tfDjRR%2F-MBkRNvDcB3I4XJzHWhd%2F-MBkaH8-1W8xWZGfV_jL%2Fimage.png?alt=media\&token=c15c9673-029e-4abb-8a61-2634bc3adc3b)

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

![](https://3502151236-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-naNCUtT6Gw1tfDjRR%2F-MBkRNvDcB3I4XJzHWhd%2F-MBkaZ7pYdZbCXlLEQkl%2Fimage.png?alt=media\&token=dfac2be7-cebb-4ade-9eee-2b351a5b4a6b)

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!
