Upload documents for a port-in order

POST {{baseUrl}}/porting/:portInOrderId/documents

You are required to upload all the relevant documents for your existing port-in order to be successful depending on the number you are trying to port and which country the number belongs to. You can see the required documents by checking a number's portability requirements.

Request Body

[{"name"=>"COB", "value"=>nil, "datatype"=>"null"}, {"name"=>"LOA", "value"=>nil, "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
apiKeystringAuthentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help.