# Authentication

| POST | <https://tapcube.co/login/app> |
| ---- | ------------------------------ |

{% code lineNumbers="true" %}

```
Body = { email: String,
password : String }
```

{% endcode %}

You will get back a token that you can use as shown

| GET | <https://tapcube.co/transactions> |
| --- | --------------------------------- |

<pre><code>Headers = {
authorization : bearer <a data-footnote-ref href="#user-content-fn-1">TOKEN</a>
}
</code></pre>

```

x-api-key: TOKEN
```

[^1]:
