Skip to main content

Implements OAuth2.0 flow to use ManageEngine Service Desk API.

Project description

Manage Engine - Service Desk OAuth 2.0

Uses OAuth 2.0 for generating access_tokens for using Zoho APIs.

Generate required credentials

  • CLIENT_ID | CLIENT_SECRET - Generate the two values from https://api-console.zoho.com/. Add a self client, and copy the CLIENT_ID and CLIENT_SECRET as seen in the example below.

API Documentation

The access tokens have only been tested with Manage Engine Service Desk although it should work with most Zoho products.

Learn more about the APIs from the link below.

Example Usage

from zoho_oauth2 import ZohoAPITokens

if __name__ == '__main__':
    test = ZohoAPITokens(
        client_id=CLIENT_ID,
        client_secret=CLIENT_SECRET,
        redirect_uri=REDIRECT_URI,
        scope=SCOPES(as string, each scope separated by comma)
    )
    print(test.auth_token())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zoho_oauth2-1.0.4.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file zoho_oauth2-1.0.4.tar.gz.

File metadata

  • Download URL: zoho_oauth2-1.0.4.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.6rc1

File hashes

Hashes for zoho_oauth2-1.0.4.tar.gz
Algorithm Hash digest
SHA256 abe30d25535ecd13b345acdec07978f9ed30c91679a3b10e841a041c5958e12f
MD5 03e890ca4c2771e738e9ee299b9d21e3
BLAKE2b-256 3e77abffaccccfae55d61cd056c16a3a3c3b914e65a9e830009b737f77281b69

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page