cURL
curl --request POST \ --url https://api.tic.io/reseller/customers \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data '{ "domainOrCompanyName": "<string>", "emailAddress": "<string>", "externalReference": "<string>" }'
{ "teamId": 123, "teamGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamName": "<string>", "teamDescription": "<string>", "teamEmail": "<string>", "apiKey": "<string>" }
Creates a new customer for reseller
Set flag to true if you don't want to create the actual customer
OK
The response is of type object.
object