Sha256: ce455cc1dee99d57d759c7239da03d01824b944db3bde722cfdafd35792b1017
Contents?: true
Size: 1.4 KB
Versions: 4
Compression:
Stored size: 1.4 KB
Contents
{ "documentation_url": "https://docs.multiwoven.com/destinations/accounting/zohobooks", "stream_type": "static", "connection_specification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Zoho Books", "type": "object", "required": ["client_id", "client_secret", "refresh_token", "organization_id", "data_center"], "properties": { "client_id": { "type": "string", "title": "Client ID", "description": "The OAuth 2.0 client ID for Zoho Books API access.", "order": 0 }, "client_secret": { "type": "string", "title": "Client Secret", "description": "The OAuth 2.0 client secret for Zoho Books API access.", "order": 1 }, "refresh_token": { "type": "string", "title": "Refresh Token", "description": "The OAuth 2.0 refresh token for Zoho Books API access.", "order": 2 }, "organization_id": { "type": "string", "title": "Organization ID", "description": "The unique identifier for your Zoho Books organization.", "order": 3 }, "data_center": { "type": "string", "title": "Data Center", "description": "The unique identifier for your Zoho Books organization.", "order": 4 } } } }
Version data entries
4 entries across 4 versions & 1 rubygems