Skip to main content
Zoho sign
Zoho sign
Get document type

This will help you to find the document type.

API Endpoint

GET https://sign.zoho.com/api/v1/requesttypes

Request example

$ curl https://sign.zoho.com/api/v1/requesttypes \
    --header 'Authorization: Zoho-oauthtoken 1000.03xxxxxxxxxxxxxxxxxa5317.dxxxxxxxxxxxxxxxxxfa' \

Response example

HTTP/1.1 200 OK
Content-Type:application/json;charset=UTF-8

{
  "code": 0,
  "message": "Document types retrieved successfully",
  "request_types": [
    {
      "request_type_description": "Others",
      "request_type_name": "Others",
      "request_type_id": "2000000000135"
    },
    {
      "request_type_description": "",
      "request_type_name": "NDA document",
      "request_type_id": "2000000322040"
    }
  ],
  "status": "success"
}

Show full

Show less

Request Demo