Retrieve all opt-out messages for a campaign.
GET /v1/campaigns/{id}/optouts
Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding
id REQUIRED
string (UUID)
Unique ID assigned to the campaign in RocketCOMS.
None
Returns an array of opt-out responses. The following fields are returned for each response.
optoutAt
string
Date and time the opt-out message was received.
optoutText
string
Content of the opt-out message.
destination
string
Destination phone number for the campaign recipient.
SAMPLE RESPONSE
[
{
"optoutAt": "2022-04-23T22:52:52.590Z",
"optoutText": "No",
"destination": "5555551234"
}
]
© 2023 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.