# Tokens API

Version: v1

## Servers

Sandbox Environment
```
https://api.sandbox.congruitcredit.com
```

Production Environment
```
https://api.congruitcredit.com
```

## Security

### bearerAuth

Type: http
Scheme: bearer

## Download OpenAPI description

 - [Tokens API](https://docs.congruitcredit.com/_bundle/openapi/tokens/swagger.yaml)

## Authentication

 - [POST /v1/tokens](https://docs.congruitcredit.com/openapi/tokens/swagger/authentication/paths/~1v1~1tokens/post.md): Generates a new token using client credentials
 - [POST /v1/tokens/validate](https://docs.congruitcredit.com/openapi/tokens/swagger/authentication/paths/~1v1~1tokens~1validate/post.md): Validates whether a bearer token is valid and active. If this endpoint is reached, the token passed middleware validation and is valid.
