POST
/
api
/
users
/
{id}
/
documents
Upload a document for user
curl --request POST \
  --url https://app.sandbox.rio.trade/api/users/{id}/documents \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form 'documentType=<string>'
"OK"

Please reach out to our compliance team for more information.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of the user.

Example:

"66562bc04fe8bf83c577c178"

Body

multipart/form-data

Response

200
text/plain

Document uploaded successfully

The response is of type string.

Example:

"OK"