API Refrences

Last Version: v.3.01

Subscriptions List

Retrieve a paginated list of subscriptions for your shop.

GET /v1/subscriptions/

Retrieve a paginated list of subscriptions for your shop.

Parameters
created_at_gte
string
optional
created_at_lte
string
optional
email
string
optional
is_imported
boolean
optional
phone_number
string
optional
product_id
number
optional
sent_at_gte
string
optional
sent_at_isnull
boolean
optional
sent_at_lte
string
optional
sku
string
optional
status
array
optional
subscribe_at_gte
string
optional
subscribe_at_lte
string
optional
variant_id
number
optional
whatsapp_number
string
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/subscriptions/" \
-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