PUT
/
customers
/
{id}
/
documents
/
url
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>"
}'
"{}"

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Path Parameters

id
string
required

The _id of the customer you wish to upload documents for.

Body

application/json

Response

200
application/json

200

The response is of type object.