Upload document
Uploads a document for one or more phone numbers. Uploaded files must meet the following requirements:
- Allowed formats: PNG, JPG, JPEG, TIFF, BMP, or PDF
- Maximum file size: 10 MB
- Files can’t be password protected
- PDF files must not contain digital signatures
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Body
List of phone number IDs.
"2321"
Document file to upload.
Specifies the type of document required to activate the phone number.
Possible values are: 1 - Proof of identity, 2 - Proof of address, 3 - Proof of business registration.
1, 2, 3 Response
Documents uploaded.
Indicates whether the document can be replaced.
false
Phone number the document applies to.
"+14062355770"
MIME type of the document.
"image/png"
Document file name.
"user-id-card.png"
Specifies the type of document required to activate the phone number.
Possible values are: 1 - Proof of identity, 2 - Proof of address, 3 - Proof of business registration.
1, 2, 3 Document ID.
101
Document review status.
"pending"
URL to access the document.
"https://api.wavix.com/v1/mydids/1001/papers/101"