My numbers
Upload a document
Uploads a verification 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
post/v1/numbers/papers
Response
Returns the uploaded documents and their review status.
Example response
[
{
"id": 423,
"allow_replace": false,
"did_number": "12565378257",
"doc_content_type": "image/png",
"doc_file_name": "Copy of ID.png",
"doc_type_id": 1,
"status": "approved",
"url": "https://api.wavix.com/v1/numbers/24882/papers/1"
}
]