Skip to content

IntegrationsZoho​

Endpoints to interact with Zoho integration


Get Zoho settings​

GET
/api/v2/integrations/zoho

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Zoho settings

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization

Samples​


Update Zoho settings​

PATCH
/api/v2/integrations/zoho

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Settings updated successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI