Apideck Sms
Connector for the apideck-sms 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
messagesall— GET /sms/messages — List Messagesmessagesone— GET /sms/messages/{id} — Get Messagemessagesadd— POST /sms/messages — Create Messagemessagesdelete— DELETE /sms/messages/{id} — Delete Messagemessagesupdate— PATCH /sms/messages/{id} — Update Message
Inputs
apiKey— your apideck-sms 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: messagesall
apiKey: <your key>