> For the complete documentation index, see [llms.txt](https://developers.invitelogger.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.invitelogger.me/reference/endpoints/misc.md).

# Miscellaneous

## Authentication check

## Check your credentials

<mark style="color:blue;">`GET`</mark> `https://api.invitelogger.me/v1/checkauth`

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "message": "Welcome aboard! You are sucessfully authenticated."
}
```

{% endtab %}
{% endtabs %}
