Using sdk-python with apideck.com

Python integration

✓ Official SDK
Install
pip install sdk-python
Quick start
import sdk-python

# Set your API key
client = sdk_python.Client(api_key="YOUR_API_KEY")
List Customer Support Customers
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/customer-support/customers
Get Customer Support Customer
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/customer-support/customers/{id}
SDK on GitHub 📄 API Docs
SDK
sdk-python
Python
API
apideck.com
apideck.com:customer-support
At a glance
Language Python
Endpoints5
Base URLhttps://unify.apideck.com
✓ Official