API Refrences

Last Version: v.3.01

Subscription Sent Notifications List

Retrieve a paginated list of subscription sent notifications for your shop.

GET /v1/subscription-notifications/

Retrieve a paginated list of subscription sent notifications for your shop.

Parameters
bundle
array
optional
email
string
optional
email_status
array
optional
phone_number
string
optional
product_id
number
optional
push_status
array
optional
sent_at_gte
string
optional
sent_at_lte
string
optional
sku
string
optional
sms_status
array
optional
subscription_id
number
optional
variant_id
number
optional
whatsapp_number
string
optional
whatsapp_status
array
optional
ordering
array
optional
limit
integer
optional
offset
integer
optional

cURL Example

Sample request using cURL

Request
curl -X GET "https://api.notify-me.app/v1/subscription-notifications/" \
-H "X-Api-Key: YOUR_API_KEY"

200

Response

See example response in documentation

401

Authentication failed

Response

See example response in documentation

403

Permission denied

429

Rate limit exceeded