Zoho Sign · Example Payload

List Requests

Example response for listing Zoho Sign document requests

Electronic SignaturesE-SignatureDocument-ManagementDigital SignaturesSignature WorkflowsTemplatesCompliance

List Requests is an example object payload from Zoho Sign, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionendpointquery_parametersresponse

Example Payload

Raw ↑
{
  "title": "List Document Requests",
  "description": "Example response for listing Zoho Sign document requests",
  "endpoint": "GET /api/v1/requests",
  "query_parameters": {
    "row_count": 10,
    "start_index": 1,
    "sort_column": "created_time",
    "sort_order": "DESC"
  },
  "response": {
    "code": 0,
    "requests": [
      {
        "request_id": "3000000012345",
        "request_name": "Sales Contract - Acme Corp",
        "request_status": "inprogress",
        "owner_id": "1000000012345",
        "owner_email": "sender@example.com",
        "created_time": 1718236800000,
        "expiration_days": 10,
        "is_sequential": true
      },
      {
        "request_id": "3000000012346",
        "request_name": "NDA Agreement - Beta Ltd",
        "request_status": "completed",
        "owner_id": "1000000012345",
        "owner_email": "sender@example.com",
        "created_time": 1718150400000,
        "expiration_days": 7,
        "is_sequential": false
      }
    ],
    "page_context": {
      "row_count": 10,
      "start_index": 1,
      "total": 2,
      "has_more_rows": false
    },
    "message": "Requests fetched successfully",
    "status": "success"
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/list-requests"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.