GET
/
journey
/
{user_id}
/
overtime
curl --request GET \
  --url https://api.onfabric.io/api/v1/journey/{user_id}/overtime
[
  {
    "month": "2023-11-07T05:31:56Z",
    "journey_count": 123
  }
]

Headers

api-key
string

The api key generated from the Fabric developer portal

Path Parameters

user_id
string
required

Query Parameters

from_date
string

Start date to filter events from

to_date
string

End date to filter events to

Response

200
application/json
Successful Response
month
string
required
journey_count
integer
required