cURL
curl --request GET \ --url https://api.tic.io/reseller/customers \ --header 'x-api-key: <api-key>'
[ { "teamId": 123, "teamGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamName": "<string>", "teamDescription": "<string>", "teamEmail": "<string>" } ]
Get the resellers customers
OK
The response is of type object[].
object[]