cURL
curl --request GET \ --url https://sandbox.layerfi.com/v1/activity \ --header 'Authorization: Bearer <token>'
[ { "businesses_onboarded": 100, "businesses_sent_sms": 80, "businesses_engaged": 95, "businesses_engaged_last_30": 90, "new_businesses_engaged_last_30": 20, "businesses_engaged_last_90": 90, "new_businesses_engaged_last_90": 70, "categorized_by_sms_last_30": 1234, "categorized_by_api_last_30": 1234 } ]
Generates an activity summary across all businesses on the platform.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Content-Type must be set to application/json
The response is of type object[].
object[]