Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoho Sign Requests API

The Requests API from Zoho Sign — 2 operation(s) for requests.

Zoho Sign Requests API is one of 4 APIs that Zoho Sign publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Requests. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and a getting-started guide.

This API exposes 5 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://sign.zoho.com/api/v1.

5 operations 2 paths 1 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://sign.zoho.com/api/v1
Authentication
OAuth 2.0
Contact
Zoho Sign API Support
Resource Areas
1

Authentication & Security 1

Zoho Sign Requests API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 3 scopes. By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Requests 5
GET
/requests
List document requests
listRequests 4 params → 200400401
POST
/requests
Create document request
createRequest body → 201400401
GET
/requests/{request_id}
Get document request
getRequest 1 param → 200400401
PUT
/requests/{request_id}
Update request
updateRequest 1 param body → 200400401
DELETE
/requests/{request_id}
Delete request
deleteRequest 1 param → 200400401

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-sign-requests-api-openapi.yml Raw ↑

Other APIs Zoho Sign publishes across the network.

Zoho Sign Accounts API
Zoho Sign Templates API
Zoho Sign Users API