Views:
To make API requests, you need to send a request URL using one of the following methods:
  • GET: Retrieves the current values of resources.
  • POST: Creates or updates resources based on the data provided.
  • PUT: Overwrites existing resources.
  • DELETE: Deletes resources.
The following is the basic format of a well-structured URL:
https://<serviceURL>/api/<version>/<resourcePath>
A typical URL used by a Cloud Email Gateway Protection service has three significant parts:
  • serviceURL: identifies the root of the Cloud Email Gateway Protection service.
    The value of serviceURL varies according to your location.
    Location
    Service Root URL
    United States
    api.tmes.trendmicro.com
    Germany
    api.tmes.trendmicro.eu
    Australia
    api.tmes-anz.trendmicro.com
    Japan
    api.tmems-jp.trendmicro.com
    Singapore
    api.tmes-sg.trendmicro.com
    India
    api.tmes-in.trendmicro.com
    United Arab Emirates
    api.tmes-uae.trendmicro.com
    United Kingdom
    api.tmes-uk.trendmicro.com
  • version: indicates the version of the REST API. The supported value is v1.
  • resourcePath: identifies the resource to be interacted with.
    Target
    Path
    Description
    Domains
    domains
    Targets all domains associated with your account.
    Directory users
    domains/{domain}/users
    Targets all the directory users belonging to the specified domain.
    Policy event logs
    log/policyeventlog
    Targets all policy event logs that meet specified criteria.
    Mail tracking logs
    log/mailtrackinglog
    Targets all mail tracking logs that meet specified criteria.