# Authentication API

Authentication API - Managed by Platform Team

Version: 1.0.0

## Servers

Production Environment
```
https://auth.bettermile.com
```

Stage Environment
```
https://auth.stage.bettermile.com
```

Development Environment
```
https://auth.dev.bettermile.com
```

## Security

### basicAuthentication

This security scheme uses HTTP Basic Authentication.
The client must provide a username and password, which are Base64-encoded and sent in the Authorization header.


Type: http
Scheme: basic

## Download OpenAPI description

[Authentication API](https://docs.bettermile.com/_bundle/get-started/machines/apis/authentication.yaml)

## Machines Token

Machines Token

### Token

 - [POST /api/v1/machines/token](https://docs.bettermile.com/get-started/machines/apis/authentication/machines-token/token.md)

