API Refrences

Last Version: v.3.01

Pre Order Sent Notifications List

Retrieve a paginated list of pre order sent notifications for your shop.

GET /v1/pre-order-notifications/

Retrieve a paginated list of pre order sent notifications for your shop.

Parameters
bundle
array
optional
email
string
optional
email_status
array
optional
phone_number
string
optional
pre_order_id
integer
optional
sent_at_gte
string
optional
sent_at_lte
string
optional
sms_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/pre-order-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