> For the complete documentation index, see [llms.txt](https://apidocs.intserv.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.intserv.se/api-overview/event-types.md).

# Event Types

### Access Granted Event Types

| Event Type | Description                                           |
| ---------- | ----------------------------------------------------- |
| 100        | Generic event for unclassified access granted events. |
| 101        | Access granted using **code**.                        |
| 102        | Access granted using **proximity key**.               |
| 103        | Access granted using **proximity key** and **PIN**.   |
| 104        | Exit button.                                          |
| 105        | Access granted using a **common code**.               |

### Access Denied Event Types

| Event Type | Description                                                                      |
| ---------- | -------------------------------------------------------------------------------- |
| 200        | Generic event for unclassified access denied events.                             |
| 201        | Access denied due to the access key used is unknown.                             |
| 202        | Access denied due to the access key has expired (outside the validity period).   |
| 203        | Access denied due to the access key has been blacklisted.                        |
| 204        | Access denied due to the access key has been disabled.                           |
| 205        | Access denied due to an PIN has not been set for the access key.                 |
| 206        | Access denied due to the access key is not authorized.                           |
| 207        | Access denied due to the access key was used outside the expected time schedule. |
