Skip to main content
GET
Show activity by ID performed by a profile.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

profileId
integer
required
activityId
integer
required

Response

200 - application/json

Success

data
object

Describes an activity performed by a profile. For example, when a customer messages the business for the first time, a "privacy message" informing the customer will be sent. This will be persisted as an activity of type "privacy_message".