Last updated
Was this helpful?
Last updated
Was this helpful?
If you are registering a 10DLC campaign on behalf of third parties (e.g., your clients), you are required to also include your own contact information as part of the registration process. You can do so by including a resellerId
in your POST campaign calls
The Reseller ID is a unique value to be shared by all workspaces, all brands, and all campaigns created under your Organization.
If you operate as a reseller you only need to obtain a reseller UUID once and reuse it in all your requests
If you intend to register one or more brands (for example multiple branches of your company) for your internal use you can NULL the field
You can create a Reseller via UI
you can retrieve information via the following method
Ensure your reseller status is active before creating a campaign with it
/workspaces/{workspaceId}/tcr-resellers
The ID for the workspace.
d386a801-ee8d-4aba-a7e4-78671bd3b11e
Limits the number of results to return per page. The default value is 10 and maximum is 99. If the nextPageToken is defined on response, you can use it to get remaining numbers. To know more, refer to the pagination section.
Pagination token that keeps of track of the current position in the list. Use it to query remaining results. If not provided, the first page is returned. To learn more about the pagination, please refer to the pagination section on API Access Common API Usage section.
Order in which to retrieve the results. By default, the orders are in ascending order date. To get the results in descending order, set this parameter to true.