Apideck Customer Support
Connector for the apideck-customer-support API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://unify.apideck.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
customersall— GET /customer-support/customers — List Customer Support Customerscustomersone— GET /customer-support/customers/{id} — Get Customer Support Customercustomersadd— POST /customer-support/customers — Create Customer Support Customercustomersdelete— DELETE /customer-support/customers/{id} — Delete Customer Support Customercustomersupdate— PATCH /customer-support/customers/{id} — Update Customer Support Customer
Inputs
apiKey— your apideck-customer-support API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: customersall
apiKey: <your key>