GET
/
v1
/
activity
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
  }
]

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Content-Type must be set to application/json

Response

200 - application/json

The response is of type object[].