# Token

## POST /authentication\_token

> Get JWT token to login.

```json
{"openapi":"3.0.0","info":{"title":"Converia API","version":"3.5.0"},"servers":[{"url":"/","description":""}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}},"schemas":{"Credentials":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true}}}}},"paths":{"/authentication_token":{"post":{"tags":["Token"],"operationId":"postCredentialsItem","summary":"Get JWT token to login.","requestBody":{"description":"Create new JWT Token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Credentials"}}}},"responses":{"200":{"description":"Get JWT token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Token"}}}}}}}}}
```
