Get Collection Products

Get Collection Products By Collection ID

This method will return a user's account Collection Products by Collection ID using the user's account API key

Once an API key is sent, the response will show the JSON of the Collection products. If the response returns 'Unauthorized', then the credentials are wrong or the user does not have access.

PATH

https://app.productdyno.com/api/v1/products

METHOD

GET

PARAMETERS

_api_key
collection_id

EXAMPLE JSON RESPONSE

[
    {
        "id": 13974,
        "name": "Profit Accelerator - Messenger Marketing",
        "description": ""
    },
    {
        "id": 65976,
        "name": "Social Builder",
        "description": ""
    },
]