Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DOC and version 7.4.0-7.4.6

6connect APIv1 - Getting Started with the SDK

Warning
ProVision's APIv1 system has been replaced by APIv2, and is now considered deprecated. 

The 6connect ProVision API allows you to access to data and functions of the 6connect ProVision web tools. The SDK for PHP or Python will help you get this setup quickly by outlining the requirements, prerequisites and provide sample code.

...

The API only comes with a licensed 6connect ProVision ProVision application. If you would like access to a ProVision license please contact sales@6connect.com.

Create Your API Credentials

To use the 6connect ProVision SDK for PHP, you will need a 6connect ProVision API Key and Secret Key.

To create your API Key and Secret Key:

  • Log into your 6connect ProVision instance (hosted or local)
  • Click on the Admin icon, and go into the Administration section.
  • Click on the "API" tab.
  • Select the user from the drop down you want to enable API access for, and click "Generate Keys".
  • The API Key and the Secret Key will now appear directly below that.

*Note that generating a new API will automatically revoke an older API Key.

Info
6connect recommends that each Each user accessing the API should have their own API key configured. However, you can alternatively setup API users by functionality or roles. While the platform is flexible, you should follow your organizations security policies.

...

Note
Your Secret Key is a secret! Only you and 6connect should ever know this information. It is important to keep it confidential to protect the privacy of your data. Store it securely and never share this key with other users or place it on other systems. Never include the secret key in requests to 6connect, support requests to 6connect, and never e-mail it to anyone. Do not share it outside your organization. No one who legitimately represents 6connect a ProVision seller will ever ask you for your Secret Key.

...

Install the SDK

Download the file "6connect_ProVision_PHP_SDK_5_1_4.tar" from the attachments list below:

...

Install the SDK

Download the file "6c-api-examples-python.zip" from the attachments list below:

...