Skip to main content
GET
/
dosespot
/
notification-counts
/
current-provider
Get Current Provider Notification Counts
curl --request GET \
  --url https://api.decodahealth.com/dosespot/notification-counts/current-provider \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "providerId": "<string>",
  "totalPending": 123,
  "pendingPrescriptionCount": 0,
  "transmissionErrorCount": 0,
  "refillRequestCount": 0,
  "changeRequestCount": 0,
  "updatedDate": "2023-11-07T05:31:56Z"
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json
PrescriberNotificationCountSummary · object | null

Successful Response

Schema for prescriber notification counts response.

providerId
string
required

Provider ID

totalPending
integer
required

Total number of pending notifications.

pendingPrescriptionCount
integer
default:0

Number of pending prescription requests

transmissionErrorCount
integer
default:0

Number of transmission errors

refillRequestCount
integer
default:0

Number of pending refill requests

changeRequestCount
integer
default:0

Number of pending prescription changes

updatedDate
string<date-time> | null

Last update date