API REFERENCE
User-list
Upload user-list
1 min
Upload the list of monitored users
POST
Request
Path Params
id
String
required
ID of the monitor
Header Parameters
Authorization
String
required
Bearer access token, it returned by the /auth
Form Parameters
file
Object
optional
Binary data stream
Curl
Node.js
JS
Python
Ruby
1curl --location --globoff --request POST 'https://api-sandbox.klavi.ai/monitor/v1/monitors/{id}/user-list' \
2--header 'Authorization: string' \
3--form "file=@data.csv;type=text/csv"
Responses
200
1{
2 "messange": "ok"
3}
The user-list file currently only supports the utf-8 encoded text file format, with each CPF delimiter being a line break or comma.