Please enable JavaScript to view this site.

iService API Documentation

API-overviewThe iService APIs are organized around the pages you see in the user interface. For example, the endpoints used to work with customer information are contained with the webapp-api-custinfo form. Each webapp-api form may contain multiple endpoints, which are specified in the URL.

 

For example, the logout endpoint is contained within the webapp-api-login form, and is appended to that form as shown below.

 

/f/webapp-api-login?api=logout

 

Prepend your iService tenant URL to the path to get the full endpoint URL. For example, if your tenant URL is https://example.iservicecrm.com, then use the following endpoint URL for logout.

 

https://example.iservicecrm.com/f/webapp-api-login?api=logout

 

The response for each endpoint is described in JSON format. The values within the JSON for each endpoint are described within this API User Guide as a table that lists the properties, their data types, whether or not they're required, and a description. An example of the JSON output is provided for each endpoint.

 

Access to most endpoints is restricted by the user's access rights, which are determined by the user's User Type. iService includes standard user types, but each tenant can create an unlimited number of custom user types. The data returned and accepted is also limited to the iService Segments to which the user has been granted access.

 

tog_plus        Security and Authentication

 

tog_plus        Request Format

 

tog_plus        Response Format

 

tog_plus        Data Types

 

© 2008 - 2022 One-to-One Service.com, Inc. All rights reserved.