Configuration
Fetch SMS message history
Returns the SMS message log for the specified business. This endpoint returns the most recent messages first.
GET
/
v1
/
businesses
/
{businessId}
/
sms
/
messages
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to fetch the SMS message log for