10DLC Campaign Registration
Upload attachments for 10DLC campaign registration
Uploads supporting documentation for 10DLC campaign registrations.
post/v1/projects/{projectId}/uploadCampaignFiles:submit
Path parameters
projectIdstring required
Sinch uses projects to group resources such as contacts and apps together to manage and connect a unique set of keys and secret IDs for all your Sinch API products. To identify a project, it is given a unique alphanumeric identifier that ties it to your account. Your project ID can be found in the Customer Dashboard.
Request body
Example request
{
"projectId": "0fc52975-636a-4700-8943-68759df5c9e1",
"campaignInternalId": "01k4cxccbt519xa3ejty1r5jb4",
"file": {
"fileName": "MyFile.txt",
"fileContent": "VGhpcyBpcyBhIHRlc3QgdGV4dCBmaWxlLg=="
}
}Response
A successful response.
Example response
{
"status": "success"
}