Using sdk-php with apideck.com

PHP integration

✓ Official SDK
Install
composer require sdk-php
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-php
PHP
API
apideck.com
apideck.com:customer-support
At a glance
Language PHP
Endpoints5
Base URLhttps://unify.apideck.com
✓ Official