Using sdk-php with apideck.com

PHP integration

✓ Official SDK
Install
composer require sdk-php
List leads
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/crm/leads
List notes
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/crm/notes
List users
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/crm/users
SDK on GitHub 📄 API Docs
SDK
sdk-php
PHP
API
apideck.com
apideck.com:crm
At a glance
Language PHP
Endpoints40
Base URLhttps://unify.apideck.com
✓ Official