Retrieve Injection Logs

Fetches a list of injection logs for the authenticated patient. This endpoint allows for filtering by medicationName, injectionSite, and date ranges. All requests must include a valid authorization token and the organization ID in the headers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter results by a specific injection log _id.

string

Filter logs by the name of the medication administered, e.g., Ozempic.

string
enum

Filter by the anatomical location where the injection was administered.

Allowed:
date-time

Filter logs for injections taken on or after this date. Format is ISO 8601.

date-time

Filter logs for injections taken on or before this date. Format is ISO 8601.

number
Defaults to 50

The maximum number of records to return in a single request.

number
Defaults to 0

The number of records to skip for pagination purposes.

string

The field used to sort the results, such as injectionTakenAt.

number
enum

The order in which to sort results. Use 1 for ascending or -1 for descending.

Allowed:
Headers
string
required

A valid JWT authentication token.

string
required

The unique identifier for the organization.

Responses

401

Unauthorized. The authorization token is missing or invalid.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json