Get Collection (ID)

Get User Account Collection

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

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

PATH

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

METHOD

GET

PARAMETERS

_api_key
id

EXAMPLE JSON RESPONSE


{
    "id": 21011,
    "name": "Private Youtube Coaching",
    "description": ""
}