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_from and timestamp_to.

Servers

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.