To access the API, use the following base URL:

{shopify_store}/apps/subscribfy-api/v1/collection.php

new version [unreleased]:

{shopify_store}*/apps/subscribfy-api/v1/collection*

Endpoints

POST

Make a POST request to interact with the API. Include the following parameters in your request:

Responses

The API will return JSON responses based on the request made:

Example Usage

curl -X POST {shopify_store}/apps/subscribfy-api/v1/collection.php \\
-d 'key=your_api_key' \\
-d 'topic=member' 
curl -X POST {shopify_store}/apps/subscribfy-api/v1/collection.php \\
-d 'key=your_api_key' \\
-d 'topic=store_credit_history'