# Labels

Labels API provided by Fraud Prevention allows you to give feedback about the accuracy of recommendations you received from Transmit Security.


## Servers

Sandbox environment
```
https://api.sbx.transmitsecurity.io/risk/v1
```

Production environment (US)
```
https://api.transmitsecurity.io/risk/v1
```

Production environment (EU)
```
https://api.eu.transmitsecurity.io/risk/v1
```

Production environment (CA)
```
https://api.ca.transmitsecurity.io/risk/v1
```

Production environment (AU)
```
https://api.au.transmitsecurity.io/risk/v1
```

## Security

### risk_access_token

An access token generated by the [token endpoint](/openapi/token.openapi/other/getaccesstoken)

Type: http
Scheme: bearer
Bearer Format: JWT

## Download OpenAPI description

[Labels](https://developer.transmitsecurity.com/_bundle/openapi/risk/label.openapi.yaml)

## Other

### Send label

 - [POST /label](https://developer.transmitsecurity.com/openapi/risk/label.openapi/other/sendlabel.md): Sends the label to our servers for analysis to improve our recommendation system.

