Contact APIs

List Contacts

Purpose

To fetch the list of all available contacts. The records fetched will be sorted by Created Time in descending order (recent ones first).

Request URL

https://fsm.zoho.com/fsm/v1/Contacts

Request Method

GET

Scope

scope=ZohoFSM.modules.Contacts.READ

Query Parameters

Parameter NameData TypeDescriptionPossible Values
page (optional)IntegerThe page from which you want to fetch the records. The default value is 1.Positive Integer values only
per_page (optional)IntegerThe number of records you want to fetch in a page. The default value is 200.Positive Integer values only

Sample Request

Copiedcurl --location --request PUT 'https://fsm.zoho.com/fsm/v1/Contacts' \
--header 'Authorization: Zoho-oauthtoken 1xxx.xxxxxxxxxx'