# Authentication

To use the Ticaga's API you need to submit the Admin email address and API Token with every request as the Authorization: Basic.

**Type: POST**

```
{
  "result": "true"
}
```

**username:** The email address of the administrator.

**password:** The API Token of the administrator.

If these are invalid you will receive an error on every request.