Document Upload
Here are the APIs for submitting the required documents to honor your regulatory reporting partnership with SendSprint.
Upload
{baseUrl}/developer/upload/{entity}/{customerName}/{email}/{agentName}/{signupState}/{status}/{verification}/{phone}/{street}/{postCode}/{state}/{country}/{signUpDate}curl -X POST '{baseUrl}/developer/upload/unique_identifier/test/test%40gmail.com/ABC/North%20Carolina/Active/Verified/0902345672/test%20street/100045/North%20Carolina/US/2024-12-17' \
--header 'Content-Type: application/x-zip-compressed' \
--header 'Authorization: bearer_token YOUR_TOKEN_HERE'{
"ResponseCode": "00",
"ResponseMessage": "Successful",
"Data": null
}Last updated