Reseller
For authentication,The Username and Password should be sent as a Basic Auth tokens in the Authorization header of the request. Create account.
API endpoint:
get
https://api.txt.ws/v3/reseller/{brandId}
Description:
Search for existing reseller by an optional 'companyName'. This operation supports pagination with a maximum of 500 records per fetch.
Request example
curl --location --request GET 'https://api.txt.ws/v3/reseller/{brandId}' \
--header 'Accept: application/json'
--header 'Authorization: Basic {api_key:secret_key}'
| Parameter | Type | Description |
| brandId | Required string | Brand alphanumeric identifier (prefixed with letter 'B') |
| companyName | Optional string | Business name of the reseller or DBA. Partial spelling accepted. |
| page | Optional integer | Default value: 1 |
| recordsPerPage | Optional integer | Number of records per page. Max size is 500,Default value: 10 |