cURL
curl --request PUT \ --url https://api.sandbox.sudo.cards/customers/{id}/documents/url \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "fileName": "<string>", "fileType": "<string>" } '
"{}"
Generate a document upload URL for a specific customer KYC.
The _id of the customer you wish to upload documents for.
_id
Name of file to be uploaded.
File MIME type e.g image/png
image/png
200
The response is of type object.
object