GET
/
reseller
/
customers
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>"
  }
]

Allows you to get a list of customers associated with your reseller account. If you an API key that has an active reseller account with us to use this endpoint.

Authorizations

x-api-key
string
header
required

Response

200 - application/json
OK
teamId
integer
teamGuid
string
teamName
string | null
teamDescription
string | null
teamEmail
string | null