GET /public/v1/sms-opt-outs
Retrieves a list of the most recent SMS opt-out changes for each phone numbers used in your workspace.
📘 You can filter results by time range using
timestamp_fromandtimestamp_to.
Servers
- https://api.pandadoc.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
timestamp_from |
String | No |
The start of the timestamp. If no timestamp is provided, 1 hour before the current time will be used. |
timestamp_to |
String | No |
The end of the timestamp range. If no timestamp is provided the current time will be used. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.